Updated ColumnIndicator to have padding and icon theme matching

• Updated:
- ColumnIndicator to have padding and icon theme matching
This commit is contained in:
mgabdev 2020-10-28 23:20:59 -05:00
parent bec04e2b01
commit 545b784d2e

@ -12,8 +12,8 @@ class ColumnIndicator extends React.PureComponent {
const title = type !== 'error' && !message ? intl.formatMessage(messages[type]) : message
return (
<div className={[_s.d, _s.w100PC, _s.jcCenter, _s.aiCenter, _s.py15].join(' ')}>
<Icon id={type} size='30px' />
<div className={[_s.d, _s.w100PC, _s.jcCenter, _s.aiCenter, _s.py15, _s.px10].join(' ')}>
<Icon id={type} size='30px' className={_s.cPrimary} />
{
type !== 'loading' &&
<Text