Skip to content

Commit

Permalink
update font size of status
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Sep 22, 2023
1 parent 53c4df8 commit 1f7872d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function ConnectedAccountsListItem({
</Text>
{status ? (
<Text
variant={TextVariant.bodyLgMedium}
variant={TextVariant.bodyMd}
className="connected-accounts-list__account-status"
color={TextColor.successDefault}
>
Expand Down

0 comments on commit 1f7872d

Please sign in to comment.