Skip to content

Commit

Permalink
feat: add !default statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli authored and astagi committed Aug 5, 2024
1 parent c16470d commit 521d775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/utilities/colors_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ $color-text-warning: hsl(36, 100%, 30%); // color-orange-30
// SPECIFIC TOKENS =========================================================
//
// Footer
$footer-top-background: $primary-a8; // color-blue-30
$footer-bottom-background: $primary-a10; // color-blue-20
$footer-top-background: $primary-a8 !default; // color-blue-30
$footer-bottom-background: $primary-a10 !default; // color-blue-20

// Icons
$icon-primary: $primary;
Expand Down

0 comments on commit 521d775

Please sign in to comment.