Skip to content

Commit

Permalink
hoverable color change
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoscoding committed Sep 19, 2023
1 parent e15e51d commit 8beddfa
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
@@ -48,7 +48,7 @@ export const background = {
bar: color.lightest,
content: color.lightest,
gridCellSize: 10,
hoverable: transparentize(0.52, 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',

0 comments on commit 8beddfa

Please sign in to comment.