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() {
Background Color Background Color
</label> </label>
<input <input
onChange={(e) => setCaptionBackgroundColor(`${e.target.value}cc`)} onChange={(e) => setCaptionBackgroundColor(`${e.target.value}`)}
type="color" type="color"
name="backgroundColor" name="backgroundColor"
id="backgroundColor" id="backgroundColor"

Loading…
Cancel
Save