1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00
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) => onChange={(v) =>
props.setStyling({ ...props.styling, backgroundBlur: v / 100 }) props.setStyling({ ...props.styling, backgroundBlur: v / 100 })
} }
value={props.styling.backgroundBlur * 100} value={props.styling.backgroundBlur * 1}
textTransformer={(s) => `${s}%`} textTransformer={(s) => `${s}%`}
/> />
<CaptionSetting <CaptionSetting