Merge pull request #111 from Pasithea0/main
Some checks failed
Deploying / Build PWA (push) Has been cancelled
Deploying / Build (push) Has been cancelled
Deploying / Push to registry (push) Has been cancelled
Linting and Testing / Run Linters (push) Has been cancelled
Linting and Testing / Build project (push) Has been cancelled
Linting and Testing / Build Docker (push) Has been cancelled
Deploying / Release (push) Has been cancelled

Fix slider bug for subtitle styles in settings
This commit is contained in:
TPN 2025-01-05 13:00:52 +05:30 committed by GitHub
commit 3e0ef278c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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