Skip to content

Commit

Permalink
chore(components): fix btn weight (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Mar 16, 2023
1 parent 6e6fcda commit b4367b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ const styles = StyleSheet.create({
textAlign: 'center',
padding: 8,
fontSize: 14,
fontWeight: '500',
fontFamily: 'Rubik-Medium',
textTransform: 'uppercase',
},
textOutlineOnLight: {
Expand Down

0 comments on commit b4367b3

Please sign in to comment.