Browse Source

Change to darker gray

pull/615/head
chaos 2 years ago committed by GitHub
parent
commit
b3367fd60d
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: {
); );
} }
export const colors = ["#a8a8a8", "#ffffff", "#80b1fa", "#e2e535"]; export const colors = ["#b0b0b0", "#ffffff", "#80b1fa", "#e2e535"];
export function CaptionSettingsView({ id }: { id: string }) { export function CaptionSettingsView({ id }: { id: string }) {
const { t } = useTranslation(); const { t } = useTranslation();

Loading…
Cancel
Save