From acf1de5c6906ce40f3dfff6359efb984159e12e9 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 9 Apr 2026 22:02:16 +0300 Subject: [PATCH] fix: adjust step value for background opacity slider --- ui/app/components/SettingsPanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/SettingsPanel.vue b/ui/app/components/SettingsPanel.vue index 63274f1b..61378742 100644 --- a/ui/app/components/SettingsPanel.vue +++ b/ui/app/components/SettingsPanel.vue @@ -88,7 +88,7 @@ v-model="bgOpacityModel" :min="0.5" :max="1" - :step="0.05" + :step="0.01" size="lg" class="w-full" />