Skip to content

Commit a81a2fb

Browse files
authored
Update src/theme/ReferenceCodeBlock/index.tsx
1 parent eb8a0e2 commit a81a2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/ReferenceCodeBlock/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const initialFetchResultState = {
1313
const noteStyle: React.CSSProperties = {
1414
textAlign: 'right',
1515
fontSize: '.9em',
16-
fontWeight: '600',
16+
fontWeight: 600,
1717
}
1818

1919
/**

0 commit comments

Comments
 (0)