fix: loading indicator on claimList
This commit is contained in:
parent
0fcadf658e
commit
db1029a441
2 changed files with 1 additions and 5 deletions
|
@ -91,7 +91,7 @@ export default function ClaimList(props: Props) {
|
|||
{header !== false && (
|
||||
<div className={classnames('claim-list__header', { 'claim-list__header--small': type === 'small' })}>
|
||||
{header}
|
||||
{loading && <Spinner light type="small" />}
|
||||
{loading && <Spinner type="small" />}
|
||||
<div className="claim-list__alt-controls">
|
||||
{headerAltControls}
|
||||
{defaultSort && (
|
||||
|
|
|
@ -26,8 +26,4 @@
|
|||
fieldset:not(:first-child) {
|
||||
margin-top: var(--spacing-large);
|
||||
}
|
||||
|
||||
label {
|
||||
color: $lbry-white;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue