Skip to content

Commit

Permalink
add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
limone-eth committed Jan 14, 2025
1 parent cda0e45 commit e0fb4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Demo() {

return (
<div
className="h-screen flex flex-col items-center justify-center gap-4"
className="h-screen flex flex-col items-center justify-center gap-4 p-2"
style={{
marginTop: safeAreaInsets.top,
marginBottom: safeAreaInsets.bottom,
Expand Down

0 comments on commit e0fb4f5

Please sign in to comment.