Merge pull request #615 from qtchaos/colors
Add darker gray to subtitle colors
This commit is contained in:
commit
2cd87e84da
@ -214,7 +214,7 @@ export function CaptionSetting(props: {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export const colors = ["#ffffff", "#80b1fa", "#e2e535"];
|
export const colors = ["#ffffff", "#b0b0b0", "#80b1fa", "#e2e535"];
|
||||||
|
|
||||||
export function CaptionSettingsView({ id }: { id: string }) {
|
export function CaptionSettingsView({ id }: { id: string }) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user