Skip to content

Commit

Permalink
[app:var.module.scss] Use a darker grey for $colors.grey
Browse files Browse the repository at this point in the history
  • Loading branch information
chichiwang committed Jul 5, 2024
1 parent 8f8fa3b commit a92b6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/var.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $breakpoint-small-max: 39.9375rem;
$colors: (
"black": #000,
"white": #fff,
"grey": #949494,
"grey": #595959,
"blue": #4793AF,
"orange": #FFC470,
"red": #DD5746,
Expand Down

0 comments on commit a92b6dd

Please sign in to comment.