Updated ColumnIndicator component icon size
• Updated: - ColumnIndicator component icon size to be smaller
This commit is contained in:
parent
ae0836aa0a
commit
5951e0dc28
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user