We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39008ce commit f928996Copy full SHA for f928996
src/components/WhiteBox.tsx
@@ -11,7 +11,7 @@ export default function WhiteBox({ children }: WhiteBoxProps) {
11
<div style={{
12
backgroundColor: '#ffffff',
13
borderRadius: 'var(--ifm-global-radius)',
14
- boxShadow: 'var(--ifm-global-shadow-lw',
+ boxShadow: 'var(--ifm-global-shadow-lw)',
15
display: 'inline-block',
16
marginBottom: 'var(--ifm-leading)',
17
padding: 'var(--ifm-pre-padding)',
0 commit comments