Skip to content

Commit

Permalink
update icon data
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Jul 14, 2023
1 parent 393f9e2 commit 67c8fb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/ui/src/components/AccountDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ const BoxStyled = styled(Box)`

const NameWrapperStyled = styled('div')`
display: grid;
grid-auto-flow: column;
align-items: center;
svg {
width: 1.25rem;
height: 1.25rem;
}
`

const AddressStyled = styled('div')(
Expand Down

0 comments on commit 67c8fb3

Please sign in to comment.