Updated Account compnent dismiss and action button style alignments
• Updated: - Account compnent dismiss and action button style alignments
This commit is contained in:
parent
698e2aa42e
commit
59384a300b
@ -71,7 +71,7 @@ class Account extends ImmutablePureComponent {
|
|||||||
isOutline={true}
|
isOutline={true}
|
||||||
color='brand'
|
color='brand'
|
||||||
backgroundColor='none'
|
backgroundColor='none'
|
||||||
className={[_s.px10, _s.flexRow, _s.aiCenter].join(' ')}
|
className={[_s.px10, _s.flexRow, _s.aiCenter, _s.ml15].join(' ')}
|
||||||
icon={actionIcon}
|
icon={actionIcon}
|
||||||
iconSize='10px'
|
iconSize='10px'
|
||||||
>
|
>
|
||||||
@ -159,7 +159,7 @@ class Account extends ImmutablePureComponent {
|
|||||||
{!compact && actionButton}
|
{!compact && actionButton}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<div className={[_s.d].join(' ')}>
|
<div className={[_s.d, _s.flexRow, _s.aiCenter].join(' ')}>
|
||||||
{dismissBtn}
|
{dismissBtn}
|
||||||
{compact && actionButton}
|
{compact && actionButton}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user