Last active
August 9, 2020 15:56
-
-
Save pettomartino/49916cdbca2355858555617369e798aa to your computer and use it in GitHub Desktop.
Use styled components with LinearGradient and pass props
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Background = styled(LinearGradient).attrs(() => ({ | |
colors: ['#464769', '#1B1A1F'], | |
}))` | |
padding-top: 50px; | |
flex: 1; | |
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment