[Glitch] Use compact buttons in collection account list
Port 7e6813e95c8e49a8f5ddc88af5a8c2be5dd5f06c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
de57fec9b6
commit
a63744e528
@ -111,9 +111,9 @@ const AccountItem: React.FC<{
|
||||
</NumberFields>
|
||||
}
|
||||
/>
|
||||
{!withoutButton && <FollowButton accountId={accountId} />}
|
||||
{!withoutButton && <FollowButton compact accountId={accountId} />}
|
||||
{isOwnAccount && (
|
||||
<Button secondary onClick={onRevoke}>
|
||||
<Button secondary compact onClick={onRevoke}>
|
||||
<FormattedMessage
|
||||
id='collections.detail.revoke_inclusion'
|
||||
defaultMessage='Remove me'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user