diff --git a/src/video/components/popouts/CaptionSettingsPopout.tsx b/src/video/components/popouts/CaptionSettingsPopout.tsx index 237a54c5..ff4cffc6 100644 --- a/src/video/components/popouts/CaptionSettingsPopout.tsx +++ b/src/video/components/popouts/CaptionSettingsPopout.tsx @@ -83,7 +83,7 @@ export function CaptionSettingsPopout() { Background Color setCaptionBackgroundColor(`${e.target.value}cc`)} + onChange={(e) => setCaptionBackgroundColor(`${e.target.value}`)} type="color" name="backgroundColor" id="backgroundColor"