Skip to content

Commit

Permalink
Fix SelectList item active and selector background colors on dark mode (
Browse files Browse the repository at this point in the history
  • Loading branch information
canova committed Aug 20, 2024
1 parent d137b7a commit 8579af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/SelectList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ export const SelectListRaw = {
borderRadius: '4px',
},
'&:active': {
backgroundColor: Colors.SecondaryActive,
backgroundColor: Colors.SecondaryActiveDark,
borderRadius: '4px',
},
},
},
'.item-selected': {
backgroundColor: Colors.SecondaryHover,
backgroundColor: Colors.SecondaryHoverDark,
borderRadius: '4px',
},
'.revision-hash': {
Expand Down

0 comments on commit 8579af4

Please sign in to comment.