mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-04 13:50:13 -05:00
chore: update styles from contrast plugin
This commit is contained in:
parent
e34e56ca77
commit
3e4bd85bf6
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
.color-box {
|
||||
block-size: 66px;
|
||||
border: 1px solid var(--background-quaternary);
|
||||
border: 1px solid var(--db-quaternary);
|
||||
border-radius: var(--spacing-8);
|
||||
background: linear-gradient(
|
||||
to right,
|
||||
|
@ -90,4 +90,8 @@
|
|||
border-color: var(--error-500);
|
||||
}
|
||||
}
|
||||
|
||||
.color-box {
|
||||
border: 1px solid #d0d3d6;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue