Skip to content

Commit 6feff1d

Browse files
author
Germain
committed
fix: Deephaven UI picker hover blends in with non hovered styling in dark mode
1 parent 6d65594 commit 6feff1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/src/theme/theme-dark/theme-dark-semantic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
);
149149
--dh-color-overlay-hover-bg: color-mix(
150150
in srgb,
151-
var(--dh-color-black) 8%,
151+
var(--dh-color-white) 8%,
152152
transparent
153153
);
154154

0 commit comments

Comments
 (0)