From bf8d102fa768f5112dccdb3fad7b5cc2fa8f6e96 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 10 Nov 2024 16:44:39 +0330 Subject: [PATCH] style: adjust font colors and weights --- .../src/fullscreen/nft/components/InfoRow.tsx | 6 +++--- .../src/fullscreen/nft/components/Thumbnail.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/extension-polkagate/src/fullscreen/nft/components/InfoRow.tsx b/packages/extension-polkagate/src/fullscreen/nft/components/InfoRow.tsx index fc0a0cd63..3ff3fd441 100644 --- a/packages/extension-polkagate/src/fullscreen/nft/components/InfoRow.tsx +++ b/packages/extension-polkagate/src/fullscreen/nft/components/InfoRow.tsx @@ -44,7 +44,7 @@ function InfoRow ({ accountId, api, chain, divider = true, inline = true, isThum /> } {notListed && - + {t('Not listed')} } @@ -66,12 +66,12 @@ function InfoRow ({ accountId, api, chain, divider = true, inline = true, isThum formatted={accountId} identiconSize={15} showShortAddress - style={{ fontSize: '14px', maxWidth: '200px' }} + style={{ fontSize: '14px', fontWeight: 500, maxWidth: '200px' }} /> : } diff --git a/packages/extension-polkagate/src/fullscreen/nft/components/Thumbnail.tsx b/packages/extension-polkagate/src/fullscreen/nft/components/Thumbnail.tsx index 59860641e..ab76c8d05 100644 --- a/packages/extension-polkagate/src/fullscreen/nft/components/Thumbnail.tsx +++ b/packages/extension-polkagate/src/fullscreen/nft/components/Thumbnail.tsx @@ -64,7 +64,7 @@ export default function Thumbnail ({ api, itemInformation }: ThumbnailProps): Re {itemInformation?.chainName && <> - + {itemInformation.chainName}