Skip to content

Commit eb8a0e2

Browse files
authored
CSS changes to ReferencedCodeBlock
Changed values to `noteStyle` CSS prop per Design's request.
1 parent 96485e0 commit eb8a0e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/theme/ReferenceCodeBlock/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ const initialFetchResultState = {
1212

1313
const noteStyle: React.CSSProperties = {
1414
textAlign: 'right',
15-
fontSize: '.8em',
15+
fontSize: '.9em',
16+
fontWeight: '600',
1617
}
1718

1819
/**

0 commit comments

Comments
 (0)