chore(ui): tweak filter input css

This commit is contained in:
Łukasz Mierzwa
2019-10-08 21:19:54 +01:00
parent c7f4238b45
commit 64aa544be1
2 changed files with 2 additions and 2 deletions

View File

@@ -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}
/>

View File

@@ -15,7 +15,7 @@
&:hover {
background-color: $light;
color: $black;
border-radius: 4px;
border-radius: 0.25rem;
}
}