From 1d90b1a69c697687ebb027e2445b269fc954666f Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Wed, 24 Jul 2024 16:02:41 +0300 Subject: [PATCH] diapason --- front/src/components/Promo/main.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/components/Promo/main.vue b/front/src/components/Promo/main.vue index fc6835d..ab503a4 100644 --- a/front/src/components/Promo/main.vue +++ b/front/src/components/Promo/main.vue @@ -66,13 +66,13 @@ const tres_values = useControls({ aperture: { value: 4, min: 0, - max: 10, + max: 100, step: 0.01, }, maxblur: { value: 1, min: 0, - max: 10, + max: 100, step: 0.01, }, })