updated ui/dist and slighly increased the colors contrast

This commit is contained in:
Gani Georgiev
2023-02-02 14:09:25 +02:00
parent 21d7cff43d
commit dcaacd0d28
34 changed files with 45 additions and 43 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ button {
&[disabled] {
box-shadow: none;
cursor: default;
background: var(--baseAlt2Color);
background: var(--baseAlt1Color);
color: var(--txtDisabledColor) !important;
&:before {
display: none;
+1 -1
View File
@@ -15,7 +15,7 @@
--baseAlt1Color: #e4e9ec;
--baseAlt2Color: #d7dde4;
--baseAlt3Color: #c6cdd7;
--baseAlt4Color: #abb5c4;
--baseAlt4Color: #a5b0c0;
--infoColor: #3da9fc;
--infoAltColor: #d8eefe;