Browse Source

fix background color alpha

pull/185/head
frost768 2 years ago
parent
commit
bd26ed5bc0
  1. 2
      src/video/components/popouts/CaptionSettingsPopout.tsx

2
src/video/components/popouts/CaptionSettingsPopout.tsx

@ -83,7 +83,7 @@ export function CaptionSettingsPopout() { @@ -83,7 +83,7 @@ export function CaptionSettingsPopout() {
Background Color
</label>
<input
onChange={(e) => setCaptionBackgroundColor(`${e.target.value}cc`)}
onChange={(e) => setCaptionBackgroundColor(`${e.target.value}`)}
type="color"
name="backgroundColor"
id="backgroundColor"

Loading…
Cancel
Save