mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 15:25:44 +00:00
Merge pull request #379 from kingfive/feat/increase-frame-corner-radius
feat: increase frame corner radius max from 50 to 200
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