diff --git a/src/components/SelectAccount/index.js b/src/components/SelectAccount/index.js index 2b83cdf0..67f151c6 100644 --- a/src/components/SelectAccount/index.js +++ b/src/components/SelectAccount/index.js @@ -24,12 +24,12 @@ const mapStateToProps: MapStateToProps<*, *, *> = state => ({ const renderItem = item => ( - + {item.name} - + {formatBTC(item.balance)} @@ -51,6 +51,7 @@ export const SelectAccount = ({ accounts, onChange, value, t }: Props) => ( keyProp="id" items={accounts} placeholder={t('SelectAccount.placeholder')} + fontSize={4} onChange={onChange} /> ) diff --git a/src/components/base/Select/index.js b/src/components/base/Select/index.js index b7f5e592..2a48b4ed 100644 --- a/src/components/base/Select/index.js +++ b/src/components/base/Select/index.js @@ -37,8 +37,9 @@ const Container = styled(Box).attrs({ relative: true, color: 'graphite' })`` const TriggerBtn = styled(Box).attrs({ ff: 'Open Sans|SemiBold', p: 4, + pr: 5, })` - min-height: 58px; + min-height: 64px; ${space}; border: 1px solid ${p => p.theme.colors.mouse}; border-radius: 3px; diff --git a/src/components/modals/Send.js b/src/components/modals/Send.js index dd1fca7a..a0867492 100644 --- a/src/components/modals/Send.js +++ b/src/components/modals/Send.js @@ -29,9 +29,9 @@ const Steps = { } }} > - + {t('send.title')} - +