Skip to content

Commit

Permalink
Align split button text.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilddev committed Dec 7, 2023
1 parent f58d6d6 commit 05dc82e
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 248 deletions.
3 changes: 2 additions & 1 deletion react-native/components/createSplitButtonComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ const createButtonTextStyleInstance = (
fontFamily: splitButtonStyle.fontFamily,
fontSize: splitButtonStyle.fontSize,
lineHeight: splitButtonStyle.fontSize * 1.4,
color: splitButtonStateStyle.color
color: splitButtonStateStyle.color,
textAlign: 'center'
}
}

Expand Down
Loading

0 comments on commit 05dc82e

Please sign in to comment.