Skip to content

Instantly share code, notes, and snippets.

@FabDuarte
Created September 2, 2018 19:48
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 FabDuarte/05371962a3e57180f3778b2e6369d769 to your computer and use it in GitHub Desktop.
Save FabDuarte/05371962a3e57180f3778b2e6369d769 to your computer and use it in GitHub Desktop.
const styles = StyleSheet.create({
container: {
borderRadius: 4,
borderWidth: 0.5,
borderColor: '#d6d7da',
},
title: {
fontSize: 19,
fontWeight: 'bold',
},
activeTitle: {
color: 'red',
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment