mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 23:55:05 +01:00
fix background color alpha
This commit is contained in:
parent
ef4cb064e7
commit
bd26ed5bc0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user