Skip to content

Commit

Permalink
fix: 리스트 박스 텍스트 정렬 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hobak12 committed Jan 12, 2023
1 parent 8bd1a6b commit 5c771e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/BoxShadow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const BoxShadow = ({ children, color }) => {
style={{
...Platform.select({
ios: {
justifyContent: 'center',
height: 80,
paddingHorizontal: 16,
paddingVertical: 12,
Expand All @@ -24,10 +25,10 @@ const BoxShadow = ({ children, color }) => {
shadowRadius: 4.65,
},
android: {
justifyContent: 'center',
height: 80,
paddingHorizontal: 16,
paddingVertical: 12,

marginHorizontal: 16,
marginVertical: 8,
borderRadius: 16,
Expand Down

0 comments on commit 5c771e1

Please sign in to comment.