Commit f46d4ed
authored
fix(style): dropdown not visible on windows dark theme. (#739)
# Motivation
The select options of the dropdown are not visible on Windows with the
dark-theme (reproduced on W10 Chrome / Firefox / Edge).
<img width="960" height="540" alt="chrome"
src="https://github.com/user-attachments/assets/59555e14-dc2c-47e1-94e1-e5b2ff1a81a7"
/>
<img width="960" height="540" alt="edge"
src="https://github.com/user-attachments/assets/b6cdb38a-9efc-4258-9133-071d4f947d7c"
/>
# Changes
Adjust the styling to make the options visible on windows.
<img width="960" height="540" alt="fix"
src="https://github.com/user-attachments/assets/89d58960-7481-4aeb-b960-16bea900c6e5"
/>1 parent 6b6dc04 commit f46d4ed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments