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