fix: adjust step value for background opacity slider

This commit is contained in:
arabcoders 2026-04-09 22:02:16 +03:00
parent 7992e1a1c3
commit acf1de5c69

View file

@ -88,7 +88,7 @@
v-model="bgOpacityModel"
:min="0.5"
:max="1"
:step="0.05"
:step="0.01"
size="lg"
class="w-full"
/>