Skip to content

Commit 0646793

Browse files
authored
fix(styling): Fix ActionBar buttons background in modals (#213)
fix(styling): Fix ActionBar buttons background in modals
2 parents 9400d94 + 99226e2 commit 0646793

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scss/mixins/components/_action-bar.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107

108108
#{$item-selectors} {
109109
@include colorize(
110-
$color: complementary-color
110+
$color: complementary-color,
111+
$background-color: transparent
111112
);
112113

113114
#{if($compat, '&-active:active', '&:active, &.-active')} {

0 commit comments

Comments
 (0)