From 3760629a4a0543b42ad4f6c58d0e39d63ee671c9 Mon Sep 17 00:00:00 2001 From: Alexandro Castro <10711649+AlexcastroDev@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:51:56 +0000 Subject: [PATCH] Update theme.ts --- src/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.ts b/src/theme.ts index 7e235e7a..271c3c6b 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -574,7 +574,7 @@ export const COLORS: { [name: string]: Theme } = { DEFAULT_RANK_BASE: "#599cab", DEFAULT_RANK_SHADOW: "#324B50", DEFAULT_RANK_TEXT: "#4A0336", - } + }, }; export interface Theme {