Merged in fix/restore-icon-variant-link (pull request #2340)
fix: restore icon variant for link since inline-flex makes its children inline but not the box itself Approved-by: Arvid Norlin
This commit is contained in:
@@ -420,6 +420,7 @@ export const renderOptions: RenderOptions = {
|
||||
href={node.attrs.href}
|
||||
textDecoration="underline"
|
||||
target="_blank"
|
||||
variant="icon"
|
||||
{...props}
|
||||
>
|
||||
{next(
|
||||
|
||||
Reference in New Issue
Block a user