Skip to content

Commit 0041c92

Browse files
authored
fix: properly theme brand buttons (#335)
1 parent d5e6287 commit 0041c92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/_variables.scss

+3
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ html {
133133
--info-positive-foreground: #{$green};
134134
--info-positive-text: #{$text};
135135

136+
--brand-500: #{$brand};
137+
--brand-560: #{darken($brand, math.div(20%, 2))};
138+
136139
--info-warning-background: #{adjust-color($yellow, $alpha: -0.85)};
137140
--info-warning-foreground: #{$yellow};
138141
--info-warning-text: #{$text};

0 commit comments

Comments
 (0)