1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-21 14:47:41 +01:00

Merge pull request #615 from qtchaos/colors

Add darker gray to subtitle colors
This commit is contained in:
William Oldham 2023-12-29 12:49:01 +00:00 committed by GitHub
commit 2cd87e84da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }) {
const { t } = useTranslation();