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, }, })