Fix suspense spinner to make it indistinguishable from other loading

This commit is contained in:
Dane Everitt 2020-07-04 22:38:34 -07:00
parent db7f3e5fc0
commit cbdede75a7
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 3 additions and 10 deletions

View file

@ -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`,
]}
>