Skip to content

Commit

Permalink
Merge pull request #4755 from EdgeApp/sam/home-scene-margins
Browse files Browse the repository at this point in the history
Fix margins and insets on Home scene
  • Loading branch information
samholmes authored Jan 29, 2024
2 parents 8162165 + dcf83db commit c396fc4
Show file tree
Hide file tree
Showing 13 changed files with 246 additions and 483 deletions.
41 changes: 0 additions & 41 deletions src/__tests__/components/PromoCard.test.tsx

This file was deleted.

215 changes: 0 additions & 215 deletions src/__tests__/components/__snapshots__/PromoCard.test.tsx.snap

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ exports[`TransactionListRow should render with loading props 1`] = `
"alignSelf": "center",
"flexShrink": 1,
"fontFamily": "Quicksand-Medium",
"maxWidth": "60%",
"marginRight": 22,
},
null,
]
Expand All @@ -201,9 +201,8 @@ exports[`TransactionListRow should render with loading props 1`] = `
},
{
"alignSelf": "center",
"flexShrink": 1,
"fontFamily": "Quicksand-Medium",
"maxWidth": "60%",
"flexShrink": 0,
"textAlign": "right",
},
null,
]
Expand Down
Loading

0 comments on commit c396fc4

Please sign in to comment.