mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-13 14:36:09 +00: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