Skip to content

Commit

Permalink
Replace TAB characters
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Sep 25, 2023
1 parent 135b435 commit e7da8ae
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 e7da8ae

Please sign in to comment.