Skip to content

Commit

Permalink
lighten table row hover background color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Dec 3, 2024
1 parent c389926 commit 8aae01e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ $pst-semantic-colors: (
),
"table-row-hover": (
"bg-light": #{map-deep-get($color-palette, "violet", "200")},
"bg-dark": #{map-deep-get($color-palette, "violet", "600")},
"bg-dark": #{map-deep-get($color-palette, "violet", "700")},
),
"table-inner-border": (
"light": #{map-deep-get($color-palette, "gray", "200")},
Expand Down

0 comments on commit 8aae01e

Please sign in to comment.