Skip to content

Commit

Permalink
chore: 하단 버튼 상부 패딩 증가
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Sep 28, 2021
1 parent 25c0e76 commit 6a123e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/features/booking/Onboarding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Onboarding() {
right: 0,
left: 0,
padding: 12,
paddingTop: 24,
paddingTop: 36,
}}>
<Button {...PaperPresets.wideThemedButton} onPress={doneOnboarding}>
시작하기
Expand Down

0 comments on commit 6a123e9

Please sign in to comment.