Fix color picker alpha slider range

This commit is contained in:
Keavon Chambers 2022-11-12 09:11:25 -08:00
parent 9d27781c37
commit e8256dd350
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@
@update:value="(value: number) => setColorAlphaPercent(value)"
:min="0"
:max="100"
:rangeMin="0"
:rangeMax="100"
:unit="'%'"
:mode="'Range'"
:tooltip="`Scale from transparent (0%) to opaque (100%) for the color's alpha channel`"