🐛 Fix problem with HSV color picker

This commit is contained in:
alonso.torres 2023-07-07 12:10:01 +02:00
parent a2fbf93ec1
commit 735170debf
7 changed files with 54 additions and 33 deletions

View file

@ -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 {