The distance between the buttons has been increased
This commit is contained in:
parent
43a73bc538
commit
12043e9123
@ -66,7 +66,7 @@ export function ArticleInteractionButtons({
|
|||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
emphasis={button.buttonEmphasis === "high" ? "high" : "low"}
|
emphasis={button.buttonEmphasis === "high" ? "high" : "low"}
|
||||||
className="h-max px-2"
|
className="h-max px-2 mr-2"
|
||||||
>
|
>
|
||||||
<Button.Icon>
|
<Button.Icon>
|
||||||
{React.cloneElement(button.icon, { className: button.iconClassName })}
|
{React.cloneElement(button.icon, { className: button.iconClassName })}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user