Skip to content

Commit

Permalink
Merge pull request #24205 from chocoscoding/next
Browse files Browse the repository at this point in the history
UI: Improve contrast ratio between focus / hover
  • Loading branch information
cdedreuille authored Sep 22, 2023
2 parents 45f6153 + 961790e commit 379d1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/theming/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const background = {
bar: color.lightest,
content: color.lightest,
gridCellSize: 10,
hoverable: transparentize(0.93, color.secondary), // hover state for items in a list
hoverable: transparentize(0.9, color.secondary), // hover state for items in a list

// Notification, error, and warning backgrounds
positive: '#E1FFD4',
Expand Down

0 comments on commit 379d1b0

Please sign in to comment.