Created
November 28, 2019 21:32
-
-
Save emskaplann/755188f4815a8b43c5f15b4b1b9afb97 to your computer and use it in GitHub Desktop.
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: 29, // or 10 or 20 | |
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