Created
May 23, 2022 23:44
-
-
Save Saadnajmi/0a4c97bc38410e84e474e3613ee2aa03 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
style={{ | |
height: 100, | |
width: 100, | |
backgroundColor: 'clear', | |
borderWidth: 2, | |
borderRadius: 50, | |
borderColor: 'blue', | |
shadowColor: 'black', | |
shadowRadius: 8, | |
shadowOpacity: 0.5, | |
overflow: 'hidden', | |
}} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment