mirror of
https://github.com/movie-web/movie-web.git
synced 2025-09-13 09:33:24 +00:00
Update order of colors
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user