From 86bc37e6d489bfea0a053bb6f491cfbad4d22f55 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 21:14:05 -0400 Subject: [PATCH] button fixes --- src/style-dark.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style-dark.scss b/src/style-dark.scss index e4dbda3..1d22a02 100644 --- a/src/style-dark.scss +++ b/src/style-dark.scss @@ -45,6 +45,6 @@ $darkMode: false ); @forward "../target/atlantafx/styles/components/button" as button-* with ( - $color-bg-hover: $border-subtle + $color-bg-hover: scale.$base-7 ); @use "common"; \ No newline at end of file