Skip to content

Commit

Permalink
Small button font-size tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Apr 1, 2021
1 parent fa542e1 commit c40b28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/native-base-theme/components/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ export default (variables /* : * */ = variable) => {
},

'.small': {
height: 30,
height: 25,
'NativeBase.Text': {
fontSize: 14
fontSize: 10
},
'NativeBase.Icon': {
fontSize: 20,
Expand Down

0 comments on commit c40b28b

Please sign in to comment.