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 004be5c commit c030f08Copy full SHA for c030f08
src/components/markdown/CodeBlockView.tsx
@@ -37,7 +37,7 @@ export function CodeBlockView({
37
style={style}
38
>
39
{(title || showTypeCopyButton) && (
40
- <div className="flex items-center justify-between px-4 py-2 bg-gray-50 dark:bg-gray-900">
+ <div className="flex items-center justify-between px-4 py-2 bg-gray-50 dark:bg-gray-900 rounded-t-md">
41
<div className="text-xs text-gray-700 dark:text-gray-300">
42
{title || (lang?.toLowerCase() === 'bash' ? 'sh' : (lang ?? ''))}
43
</div>
0 commit comments