Skip to content

Commit

Permalink
hotfix(tiles): fix content tile padding
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgraeme committed Nov 21, 2024
1 parent d53df6a commit 5eb1f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/organisms/ContentTile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const ContentTileBody: React.FC = () => <BaseTile.Body />;

const styles = StyleSheet.create({
content: createResponsiveStyle({
paddingHorizontal: [8, 8, 12],
paddingHorizontal: [8, 8, 16],
flex: 1,
justifyContent: 'center',
}),
Expand Down

0 comments on commit 5eb1f05

Please sign in to comment.