♻️ Update basic color palette

This commit is contained in:
Eva 2024-01-25 10:27:25 +01:00 committed by Alonso Torres
parent a85a7c74c3
commit a882d0bf6d
51 changed files with 287 additions and 271 deletions

View file

@ -325,7 +325,7 @@
}
}
&.invalid {
background-color: var(--status-error-background-color);
background-color: var(--status-widget-background-color-error);
.text {
color: var(--alert-foreground-color-error);
}

View file

@ -48,7 +48,7 @@
.separator {
margin: 0;
height: $s-12;
border-top: 1px solid $db-primary;
border-top: $s-1 solid var(--dropdown-separator-color);
}
}
.checked-element {