Skip to content

Commit

Permalink
fixed font weight doubles
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee348 committed Nov 29, 2024
1 parent 9b663cb commit 9804b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/wallet/WalletDropdownMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function SettingsDropdownMenu() {
label={
<Box flexDirection="row" alignItems="center" gap="2">
<GradientAvatar address={walletAddress} size="sm" />
<Text variant="normal" fontWeight="medium" fontWeight="bold" color="text100">
<Text variant="normal" fontWeight="bold" color="text100">
{truncateMiddle(walletAddress!, 4, 4)}
</Text>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/components/wallet/collectibles/CollectibleList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function CollectibleList({
<Box alignItems="center" gap="2">
<Image src={CollectionIcon} width="5" height="5" />

<Text variant="normal" fontWeight="medium" fontWeight="bold" color="text100">
<Text variant="normal" fontWeight="bold" color="text100">
Collectibles
</Text>
</Box>
Expand Down

0 comments on commit 9804b79

Please sign in to comment.