Skip to content

Commit

Permalink
fix(sell p2): price selection darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Aug 7, 2020
1 parent 4e3d892 commit 3bfecdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class BalancesMovement extends PureComponent<Props, State> {
coin={this.props.coin}
size='14px'
weight={500}
color='grey900'
color='grey800'
>
{val.balances[this.props.coin]?.available}
</FiatDisplayTitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const DisplayTitle = styled(Title)`
margin-top: 4px;
display: flex;
align-items: center;
color: ${props => props.theme.grey900};
color: ${props => props.theme.grey800};
`

type Props = OwnProps & ParentOwnProps & SuccessStateType
Expand Down

0 comments on commit 3bfecdd

Please sign in to comment.