From 11ce5d7c33477d16cbc0900e5628b14d6efcb726 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 22:20:37 +0000 Subject: [PATCH] Add bottom padding to screen Adds 100px bottom padding to the screen. --- src/pages/Settings.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index ab69403..1a3eb7a 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -1,3 +1,4 @@ + import React from 'react'; import { useNavigate } from 'react-router-dom'; import NavBar from '@/components/NavBar'; @@ -114,8 +115,8 @@ const Settings = () => { - {/* 앱 버전 카드 아래 추가 공간 */} - + {/* 맨 아래 추가 여백 100px */} +