Fix color picker alpha slider range
This commit is contained in:
parent
9d27781c37
commit
e8256dd350
|
|
@ -103,6 +103,8 @@
|
||||||
@update:value="(value: number) => setColorAlphaPercent(value)"
|
@update:value="(value: number) => setColorAlphaPercent(value)"
|
||||||
:min="0"
|
:min="0"
|
||||||
:max="100"
|
:max="100"
|
||||||
|
:rangeMin="0"
|
||||||
|
:rangeMax="100"
|
||||||
:unit="'%'"
|
:unit="'%'"
|
||||||
:mode="'Range'"
|
:mode="'Range'"
|
||||||
:tooltip="`Scale from transparent (0%) to opaque (100%) for the color's alpha channel`"
|
:tooltip="`Scale from transparent (0%) to opaque (100%) for the color's alpha channel`"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue