mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Test sum
This commit is contained in:
parent
2a6fd0f191
commit
a67ae7bcbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue