Add darker gray color to subtitle colors

This commit is contained in:
qtchaos 2023-12-29 03:46:59 +02:00
parent 61a7607258
commit 447b7c6311
No known key found for this signature in database
GPG Key ID: 7DA98B2B9EF06A90
1 changed files with 1 additions and 1 deletions

View File

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