Created
April 11, 2019 14:33
-
-
Save Saad-Bashar/a95f44d3dd8bb91960a6fe32c6848caa 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
| buttonContainer: { | |
| flexDirection: 'row', | |
| justifyContent: 'space-between', | |
| alignItems: 'center', | |
| marginBottom: 30, | |
| }, | |
| circle: { | |
| height: 20, | |
| width: 20, | |
| borderRadius: 10, | |
| borderWidth: 1, | |
| borderColor: '#ACACAC', | |
| alignItems: 'center', | |
| justifyContent: 'center', | |
| }, | |
| checkedCircle: { | |
| width: 14, | |
| height: 14, | |
| borderRadius: 7, | |
| backgroundColor: '#794F9B', | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment