diff --git a/src/components/video-editor/SettingsPanel.tsx b/src/components/video-editor/SettingsPanel.tsx index 5f8ece52..9b55f272 100644 --- a/src/components/video-editor/SettingsPanel.tsx +++ b/src/components/video-editor/SettingsPanel.tsx @@ -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`}