Skip to content

Commit e6ed762

Browse files
authored
fix: DH-18562: Deephaven picker hover blends with non-hovered styling in dark mode (#2433)
DH-18562: Fixes issue with picker styling when using dark mode. Previously the background did not serve as a good indicator when hovering over items. I checked in with @dsmmcken to confirm the styling changes. I also tested the picker component in both the style guide and theme selector under settings. **Hovered Styling (Before)** ![Before Screenshot](https://github.com/user-attachments/assets/efc64dfd-c93a-4c6d-88c3-73710e94dfe5) **Hovered Styling (After)** ![After Screenshot](https://github.com/user-attachments/assets/f7ad4ebe-ffb8-4978-bc06-4c030d7a9ec8)
1 parent 6d65594 commit e6ed762

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)