Skip to content

Commit

Permalink
fix: add default
Browse files Browse the repository at this point in the history
  • Loading branch information
saahil-mahato committed Sep 19, 2024
1 parent 440e6c3 commit 5c8238d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scss/variables/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $black: #000000 !default;

$primary: #9ee83f !default;

$buttonHover: #43700A;
$buttonHover: #43700A !default;

$colorMap: (
'white': ('base': $white,
Expand Down

0 comments on commit 5c8238d

Please sign in to comment.