Skip to content

Commit ee10476

Browse files
committed
fix: hash style
Signed-off-by: Innei <[email protected]>
1 parent 90fd78b commit ee10476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/markdown/renderers/heading.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const MHeader = (props: HeadingProps) => {
2323
<>
2424
{children}
2525
<span
26-
className="ml-2 cursor-pointer select-none text-accent opacity-0 transition-opacity duration-200 group-hover:opacity-100"
26+
className="ml-2 inline-flex cursor-pointer select-none text-accent opacity-0 transition-opacity duration-200 center group-hover:opacity-100"
2727
role="button"
2828
tabIndex={0}
2929
aria-hidden

0 commit comments

Comments
 (0)