Use compact buttons in collection account list (#38543)

This commit is contained in:
diondiondion 2026-04-02 16:56:03 +02:00 committed by GitHub
parent 59299c69ff
commit 7e6813e95c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'