Browse Source

Merge pull request #615 from qtchaos/colors

Add darker gray to subtitle colors
pull/621/head
William Oldham 2 years ago committed by GitHub
parent
commit
2cd87e84da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/player/atoms/settings/CaptionSettingsView.tsx

2
src/components/player/atoms/settings/CaptionSettingsView.tsx

@ -214,7 +214,7 @@ export function CaptionSetting(props: { @@ -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();

Loading…
Cancel
Save