This commit is contained in:
Cooper Ransom 2024-04-01 18:59:31 -04:00
parent 2a6fd0f191
commit a67ae7bcbb

View file

@ -99,7 +99,7 @@ export function CaptionsPart(props: {
onChange={(v) =>
props.setStyling({ ...props.styling, backgroundBlur: v / 100 })
}
value={props.styling.backgroundBlur * 100}
value={props.styling.backgroundBlur * 1}
textTransformer={(s) => `${s}%`}
/>
<CaptionSetting