fix: blockhub theme

This commit is contained in:
x1a0t
2023-02-03 16:10:19 +08:00
parent 76d52bd2fd
commit 18c4abca2e

View File

@@ -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',