Skip to content

Commit ddd833f

Browse files
authored
Merge pull request #16 from saucelabs/TCD-1698
CSS changes to ReferencedCodeBlock
2 parents 96485e0 + a81a2fb commit ddd833f

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)