Skip to content

Commit 6248c85

Browse files
authored
Update index.tsx
@spider-sauce @christian-bromann , per our convo, I'm looking to make the "See full example on GitHub" label stand out more. In this commit, I changed the font weight and size to test it out.
1 parent 25d9437 commit 6248c85

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: '.8em',
16+
fontWeight: '700',
1617
}
1718

1819
/**

0 commit comments

Comments
 (0)