Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Aug 15, 2023
1 parent 2b44328 commit 12cfddd
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 572 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/AccountDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ const AccountDisplay = ({
/>
)}
{!!sub && <span>{sub}</span>}
<NameStyled className={'multisig__name'}>{localName || mainDisplay}</NameStyled>
<NameStyled className="multisigName">{localName || mainDisplay}</NameStyled>
</NameWrapperStyled>
)}
<AddressStyled className={'multisig__address'}>
<AddressStyled className="multisigAddress">
{getDisplayAddress(encodedAddress)}
</AddressStyled>
{withBalance && (
Expand Down
11 changes: 7 additions & 4 deletions packages/ui/src/components/IdenticonBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ const BadgeStyled = styled(Badge)<{
`}
.MuiBadge-badge {
max-width: 2.625rem;
max-width: 3.285rem;
max-height: 1.69rem;
padding: 0.25rem 0.5rem;
max-height: 1.3125rem;
font-size: 0.625rem;
font-size: 0.75rem;
font-weight: 500;
height: 1.3125rem;
border-radius: ${({ theme }) => theme.custom.borderRadius};
border: 1px solid ${({ theme }) => theme.custom.gray[400]};
transform: scale(1) translate(-20%, 0);
Expand Down Expand Up @@ -99,10 +100,12 @@ const BadgeStyled = styled(Badge)<{
${({ size }) =>
size === 'large' &&
`
font-size: 0.96431rem;
padding: 0.16069rem 0.64288rem;
height: 1.7rem;
transform: scale(1) translate(20%,30%);
transform: scale(1) translate(0,15%);
`}
}
`

export default IdenticonBadge
43 changes: 0 additions & 43 deletions packages/ui/src/contexts/HomeModalsContext.tsx

This file was deleted.

Loading

0 comments on commit 12cfddd

Please sign in to comment.