mirror of https://github.com/buster-so/buster.git
Add small border to code node
This commit is contained in:
parent
dcfa88b821
commit
85c1b18340
|
@ -10,7 +10,7 @@ export function CodeLeaf(props: PlateLeafProps) {
|
||||||
<PlateLeaf
|
<PlateLeaf
|
||||||
{...props}
|
{...props}
|
||||||
as="code"
|
as="code"
|
||||||
className="bg-muted rounded px-[0.3em] py-[0.2em] font-mono text-sm whitespace-pre-wrap"
|
className="bg-muted rounded px-[2px] py-[0.5px] font-mono text-sm whitespace-pre-wrap border"
|
||||||
>
|
>
|
||||||
{props.children}
|
{props.children}
|
||||||
</PlateLeaf>
|
</PlateLeaf>
|
||||||
|
|
Loading…
Reference in New Issue