Skip to content

Commit fcdbeb1

Browse files
committed
Making codeblock titles smaller and lighter
1 parent 309c839 commit fcdbeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeViewer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function CodeViewer({
100100
}
101101

102102
const header = title ? (
103-
<Text className='pl-[16px] pt-[14px]' size='md'>{title}</Text>
103+
<Text className='pl-[16px] pt-[14px]' size='sm' style={{ opacity: 0.6 }}>{title}</Text>
104104
) : null
105105

106106
// Always show as editable Monaco editor when editable=true

0 commit comments

Comments
 (0)