The distance between the buttons has been increased

This commit is contained in:
“Salar 2022-10-10 18:13:22 +03:00
parent 43a73bc538
commit 12043e9123

View File

@ -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 })}