fix background color alpha

This commit is contained in:
frost768 2023-03-09 21:27:07 +03:00
parent ef4cb064e7
commit bd26ed5bc0

View File

@ -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"