mirror of
https://github.com/penpot/penpot.git
synced 2025-07-22 20:37:12 +02:00
Merge pull request #4169 from penpot/ladybenko-6756-fix-color-picker-pattern
🐛 Fix color picker gradient for light theme
This commit is contained in:
commit
fa50775df2
2 changed files with 4 additions and 1 deletions
|
@ -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
Add a link
Reference in a new issue