Fix unreleased dark mode bugs in 4.85.0 (#45200)

This commit is contained in:
Luke Heath
2026-05-12 09:27:59 -05:00
committed by GitHub
parent 957089f950
commit dc5b762227
3 changed files with 2 additions and 1 deletions
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,
@@ -5,7 +5,7 @@
&:hover,
&.is-focused {
border-color: $core-vibrant-blue;
border-color: $ui-fleet-black-50;
}
&.Select--multi {