error handling and refresh

This commit is contained in:
Drew Ansbacher
2021-09-15 10:39:07 -06:00
committed by Drew Ansbacher
parent 73c42cc130
commit 13d9293f57
4 changed files with 34 additions and 5 deletions

View File

@@ -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%;