Skip to content

Commit

Permalink
fix: properly theme brand buttons (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicAven authored Nov 11, 2024
1 parent d5e6287 commit 0041c92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ html {
--info-positive-foreground: #{$green};
--info-positive-text: #{$text};

--brand-500: #{$brand};
--brand-560: #{darken($brand, math.div(20%, 2))};

--info-warning-background: #{adjust-color($yellow, $alpha: -0.85)};
--info-warning-foreground: #{$yellow};
--info-warning-text: #{$text};
Expand Down

0 comments on commit 0041c92

Please sign in to comment.