From c3d95175707209bd8f99be99e28ae1b8647d1184 Mon Sep 17 00:00:00 2001 From: zino Date: Mon, 10 Oct 2022 14:18:58 +0200 Subject: [PATCH] manually changed fallback color --- client/src/modules/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/modules/config.ts b/client/src/modules/config.ts index 0fe48a2..6d6d6b9 100644 --- a/client/src/modules/config.ts +++ b/client/src/modules/config.ts @@ -42,7 +42,7 @@ export const config: I.Config = { }, fallbackColors: [ "#ae2fb7", - "#150021", + "#f1c232", "#90af80", "#7f261a", "#040fdb",