Skip to content

Instantly share code, notes, and snippets.

@andreferi3
Created April 14, 2020 16:48
Show Gist options
  • Select an option

  • Save andreferi3/72e1ee7ebf9fdfa04743cdc30c4e176c to your computer and use it in GitHub Desktop.

Select an option

Save andreferi3/72e1ee7ebf9fdfa04743cdc30c4e176c to your computer and use it in GitHub Desktop.
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