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

View File

@ -31,7 +31,7 @@ class ColumnIndicator extends PureComponent {
return ( return (
<div className={[_s.default, _s.width100PC, _s.justifyContentCenter, _s.alignItemsCenter, _s.py15].join(' ')}> <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' && type !== 'loading' &&
<Text <Text