From 83a8863608729b3544520aabfd12cdf4f40340cf Mon Sep 17 00:00:00 2001 From: minseo23232 Date: Sun, 14 Dec 2025 21:45:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9A=B4=EB=8F=99=20=EC=A7=84=ED=96=89=20?= =?UTF-8?q?=EC=83=81=EB=8B=A8=EB=B0=94=20=EC=9E=98=EB=A6=BC=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/modals/ExerciseModal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/modals/ExerciseModal.tsx b/src/components/modals/ExerciseModal.tsx index 5ae5337..d749b4f 100644 --- a/src/components/modals/ExerciseModal.tsx +++ b/src/components/modals/ExerciseModal.tsx @@ -2965,15 +2965,15 @@ const styles = StyleSheet.create({ fullScreenHeader: { paddingHorizontal: 20, backgroundColor: "#0c0c0c", - paddingTop: 6, + paddingTop: 16, paddingBottom: 2, }, fullScreenHeaderAdd: { - paddingTop: 10, + paddingTop: 20, paddingBottom: 4, }, fullScreenHeaderDetail: { - paddingTop: 10, + paddingTop: 20, paddingBottom: 4, }, backBtnTop: {