Skip to content

Commit

Permalink
Use correct rimble units
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Jul 12, 2019
1 parent 95fedd2 commit 051a12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Advanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ export default class Advanced extends React.Component {

return (
<div style={{marginTop:20}}>
<Flex py='10px' alignItems='center' justifyContent='space-between'>
<Flex py={3} alignItems='center' justifyContent='space-between'>
<Text>{i18n.t('currency.label')}</Text>
<Select items={CURRENCY.CURRENCY_LIST} onChange={this.updateCurrency} value={currency}/>
</Flex>
<Flex py='10px' alignItems='center' justifyContent='space-between'>
<Flex py={3} alignItems='center' justifyContent='space-between'>
<Text>Enable advanced features</Text>
<Checkbox onChange={this.updateAdvancedBalance} checked={expertMode} />
</Flex>
Expand Down

0 comments on commit 051a12c

Please sign in to comment.