From 18c4abca2efa3ffcd79be79a5dd563afa18f7d61 Mon Sep 17 00:00:00 2001 From: x1a0t <405028157@qq.com> Date: Fri, 3 Feb 2023 16:10:19 +0800 Subject: [PATCH] fix: blockhub theme --- 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 346fa99837..5f4ed700c1 100644 --- a/packages/app/src/styles/theme.ts +++ b/packages/app/src/styles/theme.ts @@ -102,8 +102,8 @@ export const getDarkTheme = ( ? lightTheme.colors.codeBackground : '#505662', codeBlockBackground: '#36383D', - blockHubBackground: '#fbfbfc', - blockHubHoverBackground: '#f8f9ff', + blockHubBackground: '#272727', + blockHubHoverBackground: '#363636', warningBackground: '#FFF9C7', errorBackground: '#FFDED8',