Created
April 14, 2020 16:48
-
-
Save andreferi3/72e1ee7ebf9fdfa04743cdc30c4e176c to your computer and use it in GitHub Desktop.
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
| function shadow(elevation) { | |
| elevation, | |
| shadowColor: 'black', | |
| shadowOffset: { width: 0, height: elevation - 1}, | |
| shadowOpacity: 0.24, | |
| shadowRadius: elevation | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment