Skip to content

Commit 5b19603

Browse files
committed
fix: empty space for the removed button in the bottom
1 parent 5f381b7 commit 5b19603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/xen-tg-app/src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import AnimatedBackground from './AnimatedBackground'
44

55
const Layout: FC<{ children: React.ReactNode }> = ({ children }) => (
66
<ThemeProvider defaultTheme="dark" storageKey="vite-ui-theme">
7-
<div className="relative flex w-full max-w-xl min-w-80 flex-col items-center justify-center gap-5 px-2.5 pt-5 pb-30 text-(--color-main-text)">
7+
<div className="relative flex w-full max-w-xl min-w-80 flex-col items-center justify-center gap-5 px-2.5 py-5 text-(--color-main-text)">
88
<AnimatedBackground />
99
{children}
1010
</div>

0 commit comments

Comments
 (0)