mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-04 05:36:01 +00:00
Add darker gray color to subtitle colors
This commit is contained in:
parent
61a7607258
commit
447b7c6311
|
@ -214,7 +214,7 @@ export function CaptionSetting(props: {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export const colors = ["#ffffff", "#80b1fa", "#e2e535"];
|
export const colors = ["#a8a8a8", "#ffffff", "#80b1fa", "#e2e535"];
|
||||||
|
|
||||||
export function CaptionSettingsView({ id }: { id: string }) {
|
export function CaptionSettingsView({ id }: { id: string }) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
Loading…
Reference in a new issue