mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-12 14:39:09 +01:00
Change to darker gray
This commit is contained in:
parent
447b7c6311
commit
b3367fd60d
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user