1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-30 16:17:41 +01:00

Change to darker gray

This commit is contained in:
chaos 2023-12-29 13:16:26 +02:00 committed by GitHub
parent 447b7c6311
commit b3367fd60d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();