Skip to content

Commit

Permalink
Button label fix (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-nelikostadinova committed Jun 13, 2023
1 parent 2a28a7b commit 8cfac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-media-native/theme/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const styles = StyleSheet.create({
buttonLabel: {
fontFamily: theme.fontFamily.medium,
fontSize: theme.fontSize.base,
lineHeight: 25,
lineHeight: 23,
},
buttonLabelSmall: {
fontFamily: theme.fontFamily.DEFAULT,
Expand Down

1 comment on commit 8cfac5f

@vercel
Copy link

@vercel vercel bot commented on 8cfac5f Jun 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

adotest – ./

adotest.vercel.app
adotest-sitecoredemo.vercel.app
adotest-git-develop-sitecoredemo.vercel.app

Please sign in to comment.