mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 23:35:43 +00:00
feat: increase frame corner radius
This commit is contained in:
@@ -1886,7 +1886,7 @@ export function SettingsPanel({
|
||||
value={borderRadius}
|
||||
defaultValue={initialEditorPreferences.borderRadius}
|
||||
min={0}
|
||||
max={50}
|
||||
max={200}
|
||||
step={0.5}
|
||||
onChange={(v) => onBorderRadiusChange?.(v)}
|
||||
formatValue={(v) => `${v}px`}
|
||||
|
||||
Reference in New Issue
Block a user