Skip to content

Commit

Permalink
fix(styles): set text fontSize to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Bien committed Nov 29, 2020
1 parent b8aa6c6 commit e4dc63d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ export const box = StyleSheet.create({
export const text = StyleSheet.create({
default: {
color: theme.materialText,
fontSize: 16,
},
disabled: {
fontSize: 16,
color: theme.materialTextDisabled,
textShadowColor: theme.materialTextDisabledShadow,
textShadowOffset: { width: 1, height: 1 },
Expand Down

0 comments on commit e4dc63d

Please sign in to comment.