Skip to content

Commit

Permalink
Replace TAB-s in dark-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 22, 2024
1 parent 8e145e1 commit e6be326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/sass/config/_dark-colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ $colors: (
),
'scrollbar': (
'thumb-background': hsl(0 0% 100% / 15%),
'thumb-background-hover': hsl(0 0% 100% / 25%),
'track-background': hsl(0 0% 100% / 5%),
'thumb-background-hover': hsl(0 0% 100% / 25%),
'track-background': hsl(0 0% 100% / 5%),
),
'widget': (
'icon-background': color.adjust($dark-color-black, $lightness: 5%),
Expand Down

0 comments on commit e6be326

Please sign in to comment.