Updated Account compnent dismiss and action button style alignments

• Updated:
- Account compnent dismiss and action button style alignments
This commit is contained in:
mgabdev 2021-01-05 11:34:29 -05:00
parent 698e2aa42e
commit 59384a300b
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ class Account extends ImmutablePureComponent {
isOutline={true}
color='brand'
backgroundColor='none'
className={[_s.px10, _s.flexRow, _s.aiCenter].join(' ')}
className={[_s.px10, _s.flexRow, _s.aiCenter, _s.ml15].join(' ')}
icon={actionIcon}
iconSize='10px'
>
@ -159,7 +159,7 @@ class Account extends ImmutablePureComponent {
{!compact && actionButton}
</Button>
<div className={[_s.d].join(' ')}>
<div className={[_s.d, _s.flexRow, _s.aiCenter].join(' ')}>
{dismissBtn}
{compact && actionButton}
</div>