Merge branch 'fix/article-interaction-buttons' into feature/complete-develop-merge

This commit is contained in:
Daniel Weissmall 2022-10-12 14:46:28 +03:00
commit 1d5eb72826

View File

@ -66,7 +66,7 @@ export function ArticleInteractionButtons({
return (
<Button
emphasis={button.buttonEmphasis === "high" ? "high" : "low"}
className="h-max px-2"
className="h-max px-2 mr-2"
>
<Button.Icon>
{React.cloneElement(button.icon, { className: button.iconClassName })}