Use compact buttons in collection account list (#38543)
This commit is contained in:
parent
59299c69ff
commit
7e6813e95c
@ -111,9 +111,9 @@ const AccountItem: React.FC<{
|
|||||||
</NumberFields>
|
</NumberFields>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
{!withoutButton && <FollowButton accountId={accountId} />}
|
{!withoutButton && <FollowButton compact accountId={accountId} />}
|
||||||
{isOwnAccount && (
|
{isOwnAccount && (
|
||||||
<Button secondary onClick={onRevoke}>
|
<Button secondary compact onClick={onRevoke}>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='collections.detail.revoke_inclusion'
|
id='collections.detail.revoke_inclusion'
|
||||||
defaultMessage='Remove me'
|
defaultMessage='Remove me'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user