From 0041c92e6a96ed1879c269a61e1ba1c8aca10906 Mon Sep 17 00:00:00 2001 From: Jade Herd Date: Mon, 11 Nov 2024 11:32:08 -0500 Subject: [PATCH] fix: properly theme brand buttons (#335) --- src/components/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/_variables.scss b/src/components/_variables.scss index 512b39120..65d97b121 100644 --- a/src/components/_variables.scss +++ b/src/components/_variables.scss @@ -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};