mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
fix background color alpha
This commit is contained in:
parent
ef4cb064e7
commit
bd26ed5bc0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue