Merge pull request #780 from toeverything/0203-blockhub-fix-theme

fix: blockhub theme
This commit is contained in:
DarkSky
2023-02-03 17:49:33 +08:00
committed by GitHub
+2 -2
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',