Skip to content

Commit

Permalink
Test sum
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Apr 1, 2024
1 parent 2a6fd0f commit a67ae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/parts/settings/CaptionsPart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a67ae7b

Please sign in to comment.