Skip to content

Commit 8f88942

Browse files
b222
1 parent f9b2f9a commit 8f88942

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/Modules/Elements/Button/mixins.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@
283283
&:active,
284284
&:focus {
285285
background-color: lighten($bg-color, 7.5%) !important;
286+
i {
287+
color: $text-color;
288+
}
286289
}
287290
} @else {
288291
background-color: $bg-color;

src/punica.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
////////////////////////////////////////////////////////////////
1111
///-------------------------------------------------------------
12-
$active-theme: dark;
12+
$active-theme: default;
1313
///-------------------------------------------------------------
1414
////////////////////////////////////////////////////////////////
1515
$theme-name: if(map.has-key(get.$themes, $active-theme),

0 commit comments

Comments
 (0)