mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 06:19:44 +00:00
error handling and refresh
This commit is contained in:
committed by
Drew Ansbacher
parent
73c42cc130
commit
13d9293f57
@@ -53,6 +53,14 @@ ion-item {
|
||||
}
|
||||
}
|
||||
|
||||
ion-toast {
|
||||
--background: var(--ion-color-light);
|
||||
--button-color: var(--ion-color-dark);
|
||||
--border-style: solid;
|
||||
--border-width: 1px;
|
||||
--color: white;
|
||||
}
|
||||
|
||||
.error-toast {
|
||||
--border-color: var(--ion-color-danger);
|
||||
width: 40%;
|
||||
|
||||
Reference in New Issue
Block a user