Replace circular with linear loading indicator

This commit is contained in:
2022-10-03 14:28:40 +02:00
parent 257f665ce6
commit 2e4039cd70
5 changed files with 75 additions and 40 deletions

View File

@@ -16,6 +16,7 @@
--bottomnav-active-color: #7ca74b;
--bottomnav-shadow: 5px 7px 19px 0px rgba(0, 0, 0, 0.25);
--loader-color: #7ca74b;
--loader-error-color: #a54a4a;
--substitution-background-change: #095079;
--substitution-background-cancellation: #7d2b2d;
--substitution-background-addition: #375c1d;
@@ -42,7 +43,8 @@
--bottomnav-icon-active-color: #456c47;
--bottomnav-active-color: #99b677;
--bottomnav-shadow: 5px 7px 19px 0px rgba(0, 0, 0, 0.25);
--loader-color: #7ca74b;
--loader-color: #8bab7c;
--loader-error-color: #db5a5a;
--substitution-background-change: #9bb7c7;
--substitution-background-cancellation: #e4a7a9;
--substitution-background-addition: #b0d396;