mirror of
https://github.com/penpot/penpot.git
synced 2025-07-08 14:07:17 +02:00
♻️ Update basic color palette
This commit is contained in:
parent
a85a7c74c3
commit
a882d0bf6d
51 changed files with 287 additions and 271 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue