Skip to content

Commit

Permalink
Merge branch 'feat/sort-add-from-current-seed' into tmp/20241018
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Oct 17, 2024
2 parents b774141 + d4ccdc0 commit 0e5e1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/views/Approval/components/AccountCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ const AccountCard = ({
showArrow={false}
address={currentAccount.address}
className={clsx(
'text-12 opacity-60',
alianName ? 'opacity-80 send-viewer' : 'text-white'
'text-12',
alianName ? 'opacity-80 send-viewer' : 'opacity-60 text-white'
)}
/>
</div>
Expand Down

0 comments on commit 0e5e1a2

Please sign in to comment.