Skip to content

Commit

Permalink
Update to new margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed May 3, 2024
1 parent 237d56b commit 2b077b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Lightbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const styles = StyleSheet.create({
},
buttonsContainer: {
flexDirection: 'row',
marginVertical: theme.margin.large,
marginVertical: theme.margin.double,
marginHorizontal: theme.margin.common,
},
buttonContainer: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,7 @@ exports[`Lightbox Rendering With a delete button 1`] = `
{
"flexDirection": "row",
"marginHorizontal": 16,
"marginVertical": 24,
"marginVertical": 32,
}
}
>
Expand Down

0 comments on commit 2b077b0

Please sign in to comment.