Browse Source

Fixes #932 - UI polish sideBar (#938)

master
NastiaS 7 years ago
committed by Gaëtan Renaudeau
parent
commit
2e0de56d11
  1. 4
      src/components/MainSideBar/index.js

4
src/components/MainSideBar/index.js

@ -67,8 +67,8 @@ class MainSideBar extends PureComponent<Props> {
}
ADD_ACCOUNT_EMPTY_STATE = (
<Box relative>
<img style={{ position: 'absolute', top: 0, right: 5 }} alt="" src={i('arrow-add.svg')} />
<Box relative pr={3}>
<img style={{ position: 'absolute', top: -10, right: 5 }} alt="" src={i('arrow-add.svg')} />
{this.props.t('app:emptyState.sidebar.text')}
</Box>
)

Loading…
Cancel
Save