small css fix

This commit is contained in:
hzrd149 2024-10-07 12:58:42 -05:00
parent 712b668e07
commit efec51300d

View File

@ -54,7 +54,7 @@ export default function AccountSettings() {
<Flex gap="2" alignItems="center" wrap="wrap">
<UserAvatar pubkey={account.pubkey} />
<Box lineHeight={1}>
<Heading size="lg">
<Heading size="md">
<UserName pubkey={account.pubkey} />
</Heading>
<UserDnsIdentity pubkey={account.pubkey} />
@ -82,7 +82,7 @@ export default function AccountSettings() {
<Flex gap="2" alignItems="center" wrap="wrap" key={account.pubkey}>
<UserAvatar pubkey={account.pubkey} />
<Box lineHeight={1}>
<Heading size="lg">
<Heading size="md">
<UserName pubkey={account.pubkey} />
</Heading>
<UserDnsIdentity pubkey={account.pubkey} />