Updated the default class name
• Updated: - the default class name
This commit is contained in:
@@ -19,8 +19,8 @@ export default class LoadingPopover extends React.PureComponent {
|
||||
isXS={isXS}
|
||||
onClose={this.props.onClose}
|
||||
>
|
||||
<div className={[_s._, _s.px15, _s.py15, _s.mt15, _s.mb15].join(' ')}>
|
||||
<div className={[_s._, _s.px15, _s.py15, _s.mt15, _s.mb15, _s.aiCenter, _s.jcCenter].join(' ')}>
|
||||
<div className={[_s.d, _s.px15, _s.py15, _s.mt15, _s.mb15].join(' ')}>
|
||||
<div className={[_s.d, _s.px15, _s.py15, _s.mt15, _s.mb15, _s.aiCenter, _s.jcCenter].join(' ')}>
|
||||
<ColumnIndicator type='loading' />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user