mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
Update order of colors
This commit is contained in:
parent
e2f895ff0c
commit
6c28ed8249
1 changed files with 1 additions and 1 deletions
|
@ -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 }) {
|
export function CaptionSettingsView({ id }: { id: string }) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
Loading…
Reference in a new issue