Fix suspense spinner to make it indistinguishable from other loading
This commit is contained in:
parent
db7f3e5fc0
commit
cbdede75a7
2 changed files with 3 additions and 10 deletions
|
@ -34,7 +34,7 @@ const Spinner = ({ centered, ...props }: Props) => (
|
|||
centered ?
|
||||
<div
|
||||
css={[
|
||||
tw`flex justify-center`,
|
||||
tw`flex justify-center items-center`,
|
||||
props.size === 'large' ? tw`m-20` : tw`m-6`,
|
||||
]}
|
||||
>
|
||||
|
|
Reference in a new issue