From c47b4e5d42bbcd2722b7e85fc92aec592efac80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=90=E7=9E=BB=20Luci?= Date: Fri, 18 Nov 2022 17:57:16 +0800 Subject: [PATCH] fix(dumi): update dumi theme (#38684) --- .dumi/theme/common/GlobalStyles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/.dumi/theme/common/GlobalStyles.tsx b/.dumi/theme/common/GlobalStyles.tsx index 7773825bf5..07ee8e3951 100644 --- a/.dumi/theme/common/GlobalStyles.tsx +++ b/.dumi/theme/common/GlobalStyles.tsx @@ -1156,6 +1156,7 @@ const GlobalStyles = () => { code { background: ${token.colorBgContainer}; border: none; + box-shadow: unset; } }