mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #64 from prymitive/select-bg-color
refactor(ui): change multi select background color to 'dark'
This commit is contained in:
@@ -49,9 +49,9 @@ const ReactSelectStyles = {
|
||||
multiValue: (base, state) => ({
|
||||
...base,
|
||||
borderRadius: "4px",
|
||||
backgroundColor: "#95a5a6",
|
||||
backgroundColor: "#455a64",
|
||||
"&:hover": {
|
||||
backgroundColor: "#95a5a6"
|
||||
backgroundColor: "#455a64"
|
||||
}
|
||||
}),
|
||||
multiValueLabel: (base, state) => ({
|
||||
|
||||
Reference in New Issue
Block a user