From 9561621cbaf7bba540b909837c1be5bd002ae503 Mon Sep 17 00:00:00 2001 From: zino Date: Mon, 10 Oct 2022 14:03:14 +0200 Subject: [PATCH] changed black'ish fallback color to yellow to increase visibility of selected seat tick --- 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 0bf17cc..8b9f186 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",