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
|
||||
{...props}
|
||||
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}
|
||||
</PlateLeaf>
|
||||
|
|
Loading…
Reference in New Issue