From b409b128a3d38d8e3089ae8467db8a21e0643ebf Mon Sep 17 00:00:00 2001 From: First-Terraner Date: Sat, 2 Sep 2023 20:18:37 +0200 Subject: [PATCH] update color --- src/styles/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/colors.ts b/src/styles/colors.ts index 6c2ab511..1436d1ae 100644 --- a/src/styles/colors.ts +++ b/src/styles/colors.ts @@ -108,7 +108,7 @@ export enum mainColors { WHITE = '#FAFAFA', GREY = '#999', BLUE = '#027DFF', - ZAP = '#FFFF00' + ZAP = H_Colors.Zap } export const themeColors = Object.keys(highlight) as HighlightKey[] \ No newline at end of file