Merge branch 'fix/article-interaction-buttons' into feature/complete-develop-merge
This commit is contained in:
commit
1d5eb72826
@ -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