mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🐛 Fix color picker gradient for light theme
This commit is contained in:
parent
35d8fd9d97
commit
8c657e4172
2 changed files with 4 additions and 1 deletions
|
@ -273,6 +273,7 @@
|
|||
--colorpicker-details-color: var(--color-background-quaternary);
|
||||
--colorpicker-details-color-selected: var(--color-accent-primary);
|
||||
--colorpicker-handlers-color: var(--color-foreground-primary);
|
||||
--colorpicker-background-color: var(--color-foreground-primary);
|
||||
|
||||
// COMMENTS
|
||||
--comment-title-color: var(--color-foreground-primary);
|
||||
|
@ -400,4 +401,6 @@
|
|||
|
||||
--text-editor-selection-background-color: var(--la-tertiary-70);
|
||||
--expand-button-icon-border-width-selected: 2px;
|
||||
|
||||
--colorpicker-background-color: var(--color-background-primary);
|
||||
}
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
}
|
||||
|
||||
.opacity-wrapper {
|
||||
background-color: var(--colorpicker-handlers-color);
|
||||
background-color: var(--colorpicker-background-color);
|
||||
border-radius: $br-8;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue