Skip to content

Instantly share code, notes, and snippets.

@JonathanZWhite
Last active April 23, 2017 21:46
Show Gist options
  • Save JonathanZWhite/c26f9d5d72256abb7b3843798780d6cf to your computer and use it in GitHub Desktop.
Save JonathanZWhite/c26f9d5d72256abb7b3843798780d6cf to your computer and use it in GitHub Desktop.
...
const gradient = 'linear-gradient(45deg, #FE6B8B 30%, #FF8E53 90%)';
const styles = StyleSheet.create({
button: {
background: gradient,
borderRadius: '3px',
border: 0,
color: 'white',
height: '48px',
textTransform: 'uppercase',
padding: '0 25px',
boxShadow: '0 3px 5px 2px rgba(255, 105, 135, .30)',
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment