Fix unreleased dark mode bugs in 4.85.0 (#45200)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 21 KiB |
@@ -328,6 +328,7 @@ export const generateCustomDropdownStyles = (
|
||||
input: (provided) => {
|
||||
return {
|
||||
...provided,
|
||||
color: COLORS["core-fleet-black"],
|
||||
fontSize: "13px",
|
||||
margin: 0,
|
||||
padding: 0,
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
&:hover,
|
||||
&.is-focused {
|
||||
border-color: $core-vibrant-blue;
|
||||
border-color: $ui-fleet-black-50;
|
||||
}
|
||||
|
||||
&.Select--multi {
|
||||
|
||||
Reference in New Issue
Block a user