Skip to content

Instantly share code, notes, and snippets.

@iremkaraoglu
Created February 20, 2021 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iremkaraoglu/60fb1408040e1856ddd28d2597c817d4 to your computer and use it in GitHub Desktop.
Save iremkaraoglu/60fb1408040e1856ddd28d2597c817d4 to your computer and use it in GitHub Desktop.
const textStyles = StyleSheet.create({
bigTitle: {
fontFamily: fonts.extraBold,
fontSize: 34,
color: colors.mono.black,
} as TextStyle,
headline: {
fontFamily: fonts.bold,
fontSize: 21,
color: colors.mono.black,
} as TextStyle,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment