Skip to content

Commit

Permalink
chore: 온보딩 시작하기 버튼 하단 패딩 16에서 12로 축소
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Nov 25, 2021
1 parent dd39da7 commit 5869186
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 @@ -116,7 +116,7 @@ const styles = StyleSheet.create({
right: 0,
left: 0,
paddingHorizontal: 16,
paddingBottom: 16,
paddingBottom: 12,
paddingTop: 36,
},
scrolledContentContainer: {
Expand Down

0 comments on commit 5869186

Please sign in to comment.