Updated ColumnIndicator component icon size

• Updated:
- ColumnIndicator component icon size to be smaller
This commit is contained in:
mgabdev 2020-07-28 15:12:18 -05:00
parent ae0836aa0a
commit 5951e0dc28
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class ColumnIndicator extends PureComponent {
return (
<div className={[_s.default, _s.width100PC, _s.justifyContentCenter, _s.alignItemsCenter, _s.py15].join(' ')}>
<Icon id={type} size='36px' />
<Icon id={type} size='30px' />
{
type !== 'loading' &&
<Text