fix: adjust step value for background opacity slider
This commit is contained in:
parent
7992e1a1c3
commit
acf1de5c69
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
v-model="bgOpacityModel"
|
||||
:min="0.5"
|
||||
:max="1"
|
||||
:step="0.05"
|
||||
:step="0.01"
|
||||
size="lg"
|
||||
class="w-full"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue