From bd26ed5bc092723551acd1a8d5ec84cc6fa4e939 Mon Sep 17 00:00:00 2001 From: frost768 Date: Thu, 9 Mar 2023 21:27:07 +0300 Subject: [PATCH] fix background color alpha --- src/video/components/popouts/CaptionSettingsPopout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"