mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-26 15:55:35 +00:00
fix(ui): reset shadow slider to 67% default
This commit is contained in:
@@ -559,7 +559,7 @@ export function SettingsPanel({
|
||||
<SliderControl
|
||||
label={tSettings('effects.shadow')}
|
||||
value={shadowIntensity}
|
||||
defaultValue={0}
|
||||
defaultValue={0.67}
|
||||
min={0}
|
||||
max={1}
|
||||
step={0.01}
|
||||
|
||||
Reference in New Issue
Block a user