Created
November 28, 2019 21:30
-
-
Save emskaplann/1c2825a843d7f1bba01068ad9e12ee31 to your computer and use it in GitHub Desktop.
style-props
This file contains 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
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