mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated comments spinner style for light mode sites (#21734)
REF https://linear.app/ghost/issue/PLG-272/look-into-potential-spinner-regression
This commit is contained in:
parent
97591cba5e
commit
52d15cf955
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import {ReactComponent as SpinnerIcon} from '../../images/icons/spinner.svg';
|
|||
function Loading() {
|
||||
return (
|
||||
<div className="flex h-32 w-full items-center justify-center" data-testid="loading">
|
||||
<SpinnerIcon className="mb-6 h-12 w-12 fill-neutral-900/90 dark:fill-white/60" />
|
||||
<SpinnerIcon className="mb-6 h-12 w-12 fill-neutral-300/80 dark:fill-white/60" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue