Skip to content

Commit

Permalink
chore: update _variables.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
alxshelepenok authored Feb 4, 2025
1 parent 5259a15 commit 30a7597
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ $dark-color-palette: (
muted: hsl(240, 4%, 17%),
muted-foreground: hsl(240, 4%, 66%),
border: hsl(240, 4%, 17%),
primary: hsl(353, 82%, 63%),
primary: hsl(342, 100%, 47%),
primary-foreground: hsl(240, 4%, 98%),
secondary: hsl(240, 4%, 17%),
secondary-foreground: hsl(240, 4%, 98%),
accent: hsl(240, 4%, 17%),
accent-foreground: hsl(240, 4%, 98%),
destructive: hsl(353, 82%, 63%),
destructive: hsl(342, 100%, 47%),
destructive-foreground: hsl(240, 7%, 11%),
positive: hsl(162, 52%, 53%),
positive-foreground: hsl(240, 7%, 11%),
Expand All @@ -24,13 +24,13 @@ $light-color-palette: (
muted: hsl(240, 6%, 96%),
muted-foreground: hsl(240, 6%, 46.1%),
border: hsl(240, 2%, 89%),
primary: hsl(353, 82%, 63%),
primary: hsl(342, 100%, 74%),
primary-foreground: hsl(240, 4%, 98%),
secondary: hsl(240, 6%, 96%),
secondary-foreground: hsl(240, 2%, 17%),
accent: hsl(240, 6%, 96%),
accent-foreground: hsl(240, 2%, 17%),
destructive: hsl(353, 82%, 63%),
destructive: hsl(342, 100%, 74%),
destructive-foreground: hsl(240, 7%, 11%),
positive: hsl(162, 52%, 53%),
positive-foreground: hsl(240, 7%, 11%)
Expand Down

0 comments on commit 30a7597

Please sign in to comment.