Skip to content

Instantly share code, notes, and snippets.

@emskaplann
Created November 28, 2019 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emskaplann/1c2825a843d7f1bba01068ad9e12ee31 to your computer and use it in GitHub Desktop.
Save emskaplann/1c2825a843d7f1bba01068ad9e12ee31 to your computer and use it in GitHub Desktop.
style-props
input: {
position: 'absolute',
top: 30, // or 35 or 40
width: '92%',
height: 30,
fontSize: 25,
fontWeight: 'bold',
color: '#000000',
borderWidth: 1,
borderColor: '#000000',
borderRadius: 0,
backgroundColor: '#fff',
textAlign: 'left',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment