Skip to content

Commit

Permalink
pill container style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindu-rhino committed Jun 12, 2024
1 parent d9468b6 commit 935f4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion payment_sdk/src/components/PillContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const styles = StyleSheet.create({
marginBottom: 16,
},
contentContainer: {
paddingLeft: 8,
paddingLeft: 16,
},
});

Expand Down
5 changes: 3 additions & 2 deletions payment_sdk/src/components/sections/KonbiniSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,11 @@ const styles = StyleSheet.create({
height: 50,
},
shopListContainer: {
marginBottom: 16,
marginBottom: 26,
marginTop: 16,
},
contentContainer: {
paddingLeft: 8,
paddingLeft: 16,
},
iconStyle: {
width: 32,
Expand Down

0 comments on commit 935f4ae

Please sign in to comment.