Browse Source

fix(dumi): update dumi theme (#38684)

pull/38690/head
子瞻 Luci 2 years ago
committed by GitHub
parent
commit
c47b4e5d42
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .dumi/theme/common/GlobalStyles.tsx

1
.dumi/theme/common/GlobalStyles.tsx

@ -1156,6 +1156,7 @@ const GlobalStyles = () => {
code {
background: ${token.colorBgContainer};
border: none;
box-shadow: unset;
}
}

Loading…
Cancel
Save