Skip to content

Commit

Permalink
fix(swap): proper orders list svg
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Nov 9, 2023
1 parent 18ccb62 commit cfc5409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ const styles = StyleSheet.create({
image: {
flex: 1,
alignSelf: 'center',
width: 200,
height: 228,
width: 280,
height: 224,
},
imageContainer: {
flex: 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,8 @@ const styles = StyleSheet.create({
image: {
flex: 1,
alignSelf: 'center',
width: 200,
height: 228,
width: 280,
height: 224,
},
imageContainer: {
flex: 1,
Expand Down

0 comments on commit cfc5409

Please sign in to comment.