From a98004fc7f61e6c9ac404e5c1ea01205e978c878 Mon Sep 17 00:00:00 2001 From: alexeykozyurov Date: Tue, 12 Mar 2024 20:37:23 +0800 Subject: [PATCH] User colors from neutral to brand. --- frontend/src/theme/theme.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/theme/theme.ts b/frontend/src/theme/theme.ts index 24d35dbca..3ece147a2 100644 --- a/frontend/src/theme/theme.ts +++ b/frontend/src/theme/theme.ts @@ -342,8 +342,8 @@ export const theme = { hoverColor: Colors.brand[60], }, user: { - color: Colors.neutral[70], - hoverColor: Colors.neutral[50], + color: Colors.brand[70], + hoverColor: Colors.brand[50], }, hr: { backgroundColor: Colors.neutral[5], @@ -770,8 +770,8 @@ export const darkTheme: ThemeType = { hoverColor: Colors.brand[30], }, user: { - color: Colors.neutral[20], - hoverColor: Colors.neutral[50], + color: Colors.brand[20], + hoverColor: Colors.brand[50], }, hr: { backgroundColor: Colors.neutral[80],