Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Fixes #932 - UI polish sideBar (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
NastiaS authored and gre committed Jul 9, 2018
1 parent b6271e1 commit 2e0de56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MainSideBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)
Expand Down

0 comments on commit 2e0de56

Please sign in to comment.