MOBILE-3320 style: Add background color to outline buttons
parent
37a5a452d2
commit
b40200381a
|
@ -191,6 +191,10 @@ ion-button.ion-text-wrap {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-button.button-outline {
|
||||||
|
--background: var(--contrast-background);
|
||||||
|
}
|
||||||
|
|
||||||
@each $color-name, $value in $colors {
|
@each $color-name, $value in $colors {
|
||||||
.text-#{$color-name},
|
.text-#{$color-name},
|
||||||
p.text-#{$color-name} {
|
p.text-#{$color-name} {
|
||||||
|
|
Loading…
Reference in New Issue