Skip to content

Commit

Permalink
Update AccountModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed May 13, 2022
1 parent c23e976 commit c932f38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/TopBar/components/AccountModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const WalletBalanceImage = styled.div`
min-width: 48px;
min-height: 48px;
border-radius: 40px;
background-color: ${(props) => props.theme.color.primary[200]};
background-color: ${(props) => props.theme.color.primary[400]};
border: none;
img {
Expand Down Expand Up @@ -253,13 +253,13 @@ const StatText = styled.div`
const ClearButton = styled.button`
float: right;
vertical-align: middle;
background-color: ${(props) => props.theme.color.primary[400]} !important;
background-color: ${(props) => props.theme.color.primary[300]} !important;
border-radius: 8px;
border: none;
color: ${(props) => props.theme.color.text[100]};
&:hover {
background-color: ${(props) => props.theme.color.primary[500]} !important;
background-color: ${(props) => props.theme.color.primary[400]} !important;
}
`

Expand Down

0 comments on commit c932f38

Please sign in to comment.