Skip to content

Commit

Permalink
fix: add missing padding to CardTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
brunohkbx committed Jul 24, 2021
1 parent 60e99dd commit 333de6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card/CardTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'space-between',
paddingLeft: 16,
paddingHorizontal: 16,
},

left: {
Expand Down

0 comments on commit 333de6a

Please sign in to comment.