diff --git a/ui/src/Components/Labels/FilterInputLabel/index.js b/ui/src/Components/Labels/FilterInputLabel/index.js index 056a3fa5c..da489d9f9 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.js +++ b/ui/src/Components/Labels/FilterInputLabel/index.js @@ -98,7 +98,7 @@ const FilterInputLabel = observer( value={filter.raw} propName="raw" change={this.onChange} - classEditing="py-0 border-0 bg-light" + classEditing="py-0 border-0 bg-light text-black rounded" afterStart={alertStore.status.pause} afterFinish={alertStore.status.resume} /> diff --git a/ui/src/Components/Labels/FilterInputLabel/index.scss b/ui/src/Components/Labels/FilterInputLabel/index.scss index 879adeedd..2574b1963 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.scss +++ b/ui/src/Components/Labels/FilterInputLabel/index.scss @@ -15,7 +15,7 @@ &:hover { background-color: $light; color: $black; - border-radius: 4px; + border-radius: 0.25rem; } }