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 29, 2021
1 parent 60e99dd commit 138e293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Card/CardTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,13 @@ const styles = StyleSheet.create({

title: {
minHeight: 30,
paddingRight: 16,
},

subtitle: {
minHeight: 20,
marginVertical: 0,
paddingRight: 16,
},
});

Expand Down

0 comments on commit 138e293

Please sign in to comment.