Skip to content

Commit

Permalink
feat(Layout): minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Feb 4, 2020
1 parent 99d79a9 commit cb882e1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const AccountContainer = styled.div<{ isItem?: boolean }>`
`

const AmountContainer = styled.div`
margin-top: 4px;
margin-top: 8px;
display: flex;
`

Expand Down Expand Up @@ -88,8 +88,6 @@ export class WalletBalanceDropdown extends Component<Props> {
// FIXME: TypeScript use value: { AccountTypes }
renderDisplay = (props: { value }, children) => {
const coinType = this.props.coinModel
const icon = coinType.icons.circleFilled
const color = coinType.colorCode
const balance = this.coinBalance(props)

return (
Expand Down

0 comments on commit cb882e1

Please sign in to comment.