mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 14:31:39 +02:00
🐛 Fix problem with HSV color picker
This commit is contained in:
parent
a2fbf93ec1
commit
735170debf
7 changed files with 54 additions and 33 deletions
|
@ -199,7 +199,7 @@
|
|||
}
|
||||
|
||||
&.value {
|
||||
background: linear-gradient(var(--gradient-direction), #fff 0%, #000 100%);
|
||||
background: linear-gradient(var(--gradient-direction), #000 0%, #fff 100%);
|
||||
}
|
||||
|
||||
.handler {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue