Skip to content

Instantly share code, notes, and snippets.

@samueljmurray
Created August 30, 2017 15:50
Show Gist options
  • Save samueljmurray/b5e2d573a7e79167f717e41c3a1c7da1 to your computer and use it in GitHub Desktop.
Save samueljmurray/b5e2d573a7e79167f717e41c3a1c7da1 to your computer and use it in GitHub Desktop.
Button styles - without function
/* buttonStyles.js */
export default StyleSheet.create({
button: {
backgroundColor: "#DDD",
},
button_disabled: {
backgroundColor: "#999",
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment