From 37aca4a99e8f5cccd3f7201e48484ba382095521 Mon Sep 17 00:00:00 2001 From: QiShaoXuan Date: Fri, 16 Dec 2022 10:38:17 +0800 Subject: [PATCH] feat: change icon color --- packages/app/src/styles/theme.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/src/styles/theme.ts b/packages/app/src/styles/theme.ts index 18ca3b7163..b1980e27ad 100644 --- a/packages/app/src/styles/theme.ts +++ b/packages/app/src/styles/theme.ts @@ -24,7 +24,7 @@ export const getLightTheme = ( textColor: '#3A4C5C', edgelessTextColor: '#3A4C5C', - iconColor: '#9096A5', + iconColor: '#888a9e', linkColor: '#6880FF', linkColor2: '#6880FF', linkVisitedColor: '#ABB8FE', @@ -98,7 +98,7 @@ export const getDarkTheme = ( textColor: '#fff', edgelessTextColor: '#3A4C5C', - iconColor: '#9096A5', + iconColor: '#888a9e', linkColor: '#7D91FF', linkColor2: '#6880FF', linkVisitedColor: '#505FAB',