From c650573a65309aede6bbda8f0da0f2332724505c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 30 Apr 2024 19:24:07 -0400 Subject: [PATCH] button fixes --- src/style-dark.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style-dark.scss b/src/style-dark.scss index 11f5c95..e4dbda3 100644 --- a/src/style-dark.scss +++ b/src/style-dark.scss @@ -44,5 +44,7 @@ @forward "../target/atlantafx/styles/settings/config" with ( $darkMode: false ); - +@forward "../target/atlantafx/styles/components/button" as button-* with ( + $color-bg-hover: $border-subtle +); @use "common"; \ No newline at end of file