From 6c28ed82493d9f318dc9d76063d63b635df4e358 Mon Sep 17 00:00:00 2001 From: chaos <72168435+qtchaos@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:39:56 +0200 Subject: [PATCH] Update order of colors --- 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 f446a34d..5515946d 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 = ["#b0b0b0", "#ffffff", "#80b1fa", "#e2e535"]; +export const colors = ["#ffffff", "#b0b0b0", "#80b1fa", "#e2e535"]; export function CaptionSettingsView({ id }: { id: string }) { const { t } = useTranslation();