From b3367fd60daa3026d2b24f3fb4e77c381606e5aa Mon Sep 17 00:00:00 2001 From: chaos <72168435+qtchaos@users.noreply.github.com> Date: Fri, 29 Dec 2023 13:16:26 +0200 Subject: [PATCH] Change to darker gray --- src/components/player/atoms/settings/CaptionSettingsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/atoms/settings/CaptionSettingsView.tsx b/src/components/player/atoms/settings/CaptionSettingsView.tsx index 72841779..f446a34d 100644 --- a/src/components/player/atoms/settings/CaptionSettingsView.tsx +++ b/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 }) { const { t } = useTranslation();