MOBILE-3833 styles: Unify toast colors

main
Pau Ferrer Ocaña 2022-03-25 15:51:15 +01:00
parent ef1222b148
commit 6255c86708
2 changed files with 6 additions and 1 deletions

View File

@ -501,7 +501,6 @@ ion-loading {
// Toasts.
ion-toast {
--button-color: var(--primary-tint);
@include media-breakpoint-down(sm) {
&::part(container) {
flex-direction: column;

View File

@ -237,6 +237,12 @@
}
}
ion-toast {
--color: var(--ion-color-step-50);
--button-color: var(--primary);
--background: var(--ion-color-step-800);
}
--core-tabs-background: var(--white);
--core-tab-background: var(--core-tabs-background);
--core-tab-color: var(--subdued-text-color);