Skip to content

Commit

Permalink
style: theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mz-dfhp committed Apr 24, 2024
1 parent 54f62e6 commit e6dd643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export default function AppLayout() {
</Layout>
)
: (
<div className="h-[100vh] w-[100vw] flex items-center justify-center overflow-hidden bg-transparent">
<Layout className="h-[100vh] flex items-center justify-center overflow-hidden">
<Spin size="large" />
</div>
</Layout>
)
}

Expand Down

0 comments on commit e6dd643

Please sign in to comment.