We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b2f9a commit 8f88942Copy full SHA for 8f88942
2 files changed
src/Modules/Elements/Button/mixins.scss
@@ -283,6 +283,9 @@
283
&:active,
284
&:focus {
285
background-color: lighten($bg-color, 7.5%) !important;
286
+ i {
287
+ color: $text-color;
288
+ }
289
}
290
} @else {
291
background-color: $bg-color;
src/punica.scss
@@ -9,7 +9,7 @@
9
10
////////////////////////////////////////////////////////////////
11
///-------------------------------------------------------------
12
- $active-theme: dark;
+ $active-theme: default;
13
14
15
$theme-name: if(map.has-key(get.$themes, $active-theme),
0 commit comments