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 233c783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Card/CardTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ const styles = StyleSheet.create({

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

subtitle: {
Expand Down

0 comments on commit 233c783

Please sign in to comment.