We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309c839 commit fcdbeb1Copy full SHA for fcdbeb1
src/components/CodeViewer/index.tsx
@@ -100,7 +100,7 @@ function CodeViewer({
100
}
101
102
const header = title ? (
103
- <Text className='pl-[16px] pt-[14px]' size='md'>{title}</Text>
+ <Text className='pl-[16px] pt-[14px]' size='sm' style={{ opacity: 0.6 }}>{title}</Text>
104
) : null
105
106
// Always show as editable Monaco editor when editable=true
0 commit comments