Skip to content

Commit

Permalink
Fix Windows Dropdown Background
Browse files Browse the repository at this point in the history
The dropdown menus on Windows have looked messed up for a while. The background coloring has always been white despite changing themes, while the text changes color with the theme. Now the Background of the dropdown menus mirror the background of the app. I have not tested on Mac or Linux.
  • Loading branch information
XileHorizon committed Sep 24, 2024
1 parent 4e21f30 commit 0d97195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@
--sticker-width: 8.5rem;
--sticker-width-rendered: 18rem;
}

select option {
background: var(--background);
}

0 comments on commit 0d97195

Please sign in to comment.