mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Fix suspense spinner to make it indistinguishable from other loading
This commit is contained in:
@@ -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 New Issue
Block a user