Skip to content

Commit

Permalink
Merge pull request #4792 from studio-504/update-button-height
Browse files Browse the repository at this point in the history
Update height of default buttons to to match the text inputs
  • Loading branch information
Jag96 authored Aug 24, 2021
2 parents 5f6c147 + 70dddd2 commit 396e320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,15 @@ const styles = {
button: {
backgroundColor: themeColors.buttonDefaultBG,
borderRadius: variables.componentBorderRadiusNormal,
height: variables.componentSizeNormal,
height: variables.componentSizeLarge,
justifyContent: 'center',
...spacing.ph3,
},

buttonText: {
color: themeColors.heading,
fontFamily: fontFamily.GTA_BOLD,
fontSize: variables.fontSizeLabel,
fontSize: variables.fontSizeNormal,
fontWeight: fontWeightBold,
textAlign: 'center',
},
Expand Down

0 comments on commit 396e320

Please sign in to comment.