Change the look of the spinner

This commit is contained in:
Andrew Morgan
2020-04-24 22:14:41 +01:00
parent 326fa8be7d
commit 6ea5dc7b7c
12 changed files with 67 additions and 61 deletions
+1 -1
View File
@@ -770,7 +770,7 @@ export default class MessagePanel extends React.Component {
topSpinner = <li key="_topSpinner"><Spinner /></li>;
}
if (this.props.forwardPaginating) {
bottomSpinner = <li key="_bottomSpinner"><Spinner /></li>;
bottomSpinner = <li key="_bottomSpinner"><Spinner w={20} h={20} /></li>;
}
const style = this.props.hidden ? { display: 'none' } : {};