Skip to content

Commit

Permalink
fix: layout padding (FuelLabs#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored Oct 2, 2022
1 parent e236668 commit 6dcab30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/systems/Core/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const styles = {
background: 'linear-gradient(210.43deg, #0E221B 0%, #071614 10.03%, #0C0E0D 18.38%)',
}),
content: cssObj({
py: '$6',
paddingTop: '$1',
px: '$6',
flex: 1,
}),
Expand Down

0 comments on commit 6dcab30

Please sign in to comment.