MOBILE-3320 style: Add background color to outline buttons

main
Pau Ferrer Ocaña 2021-06-21 15:49:26 +02:00
parent 37a5a452d2
commit b40200381a
1 changed files with 4 additions and 0 deletions

View File

@ -191,6 +191,10 @@ ion-button.ion-text-wrap {
}
}
ion-button.button-outline {
--background: var(--contrast-background);
}
@each $color-name, $value in $colors {
.text-#{$color-name},
p.text-#{$color-name} {