|
@@ -20,7 +20,10 @@ ion-content {
|
|
|
scrollbar-width: none;
|
|
scrollbar-width: none;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ion-toast.info-toast {
|
|
|
|
|
+ --background: var(--ion-color-step-800);
|
|
|
|
|
+ --color: var(--ion-color-light);
|
|
|
|
|
+}
|
|
|
ion-toast.success-toast {
|
|
ion-toast.success-toast {
|
|
|
--background: var(--ion-color-success);
|
|
--background: var(--ion-color-success);
|
|
|
--color: var(--ion-color-light);
|
|
--color: var(--ion-color-light);
|