Skip to content

Commit f928996

Browse files
committed
Fix missing closing parenthesis in WhiteBox boxShadow property
1 parent 39008ce commit f928996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WhiteBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function WhiteBox({ children }: WhiteBoxProps) {
1111
<div style={{
1212
backgroundColor: '#ffffff',
1313
borderRadius: 'var(--ifm-global-radius)',
14-
boxShadow: 'var(--ifm-global-shadow-lw',
14+
boxShadow: 'var(--ifm-global-shadow-lw)',
1515
display: 'inline-block',
1616
marginBottom: 'var(--ifm-leading)',
1717
padding: 'var(--ifm-pre-padding)',

0 commit comments

Comments
 (0)