File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,16 @@ export function HighlightCode(props: HighlightCodeProps) {
1818 'dark:bg-neutral-800/90 dark:border-black' ,
1919 ] ) } >
2020 < figcaption className = { clsx ( [
21- 'bg-putty text-black dark:text-white border -mx-[1px] -mt-[1px] flex justify-between' ,
22- 'dark:bg-charcoal '
21+ '-mx-[1px] border-b -mt-[1px] flex justify-between p-0.5' ,
22+ 'text-black bg-neutral-300 border-slate-500' ,
23+ 'dark:text-stone-100 dark:bg-neutral-800 dark:border-black' ,
2324 ] ) } >
2425 < div className = { clsx ( [
2526 'font-body text-base tracking-wide leading-normal font-normal normal-case py-[0.5rem] px-[0.5rem]'
2627 ] ) } > { language } </ div >
2728
2829 < button className = { clsx ( [
29- 'relative group/button inline-block -m-[1px] font-mono text-sm leading-mono font-normal uppercase'
30+ 'relative group/button inline-block -m-[1px] px-[0.5rem] font-mono text-sm leading-mono font-normal uppercase'
3031 ] ) } >
3132 < span
3233 className = 'opacity-100 pointer-events-auto col-start-1 row-start-1 flex items-center justify-center' >
You can’t perform that action at this time.
0 commit comments