mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-12 22:40:21 +00:00
fix slider on captions settings
This commit is contained in:
parent
680b442bee
commit
c81d050d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export function CaptionsPart(props: {
|
|||
onChange={(v) =>
|
||||
props.setStyling({ ...props.styling, backgroundBlur: v / 100 })
|
||||
}
|
||||
value={props.styling.backgroundBlur * 1}
|
||||
value={props.styling.backgroundBlur * 100}
|
||||
textTransformer={(s) => `${s}%`}
|
||||
/>
|
||||
<CaptionSetting
|
||||
|
|
|
|||
Loading…
Reference in a new issue