mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 03:42:10 +03:00
check box border width reduction
This commit is contained in:
parent
1f2b017b83
commit
61acc89f80
@ -9,7 +9,7 @@ export default EStyleSheet.create({
|
|||||||
bigSquare: {
|
bigSquare: {
|
||||||
height: 20,
|
height: 20,
|
||||||
width: 20,
|
width: 20,
|
||||||
borderWidth: 2,
|
borderWidth: 1,
|
||||||
borderColor: '$primaryBlue',
|
borderColor: '$primaryBlue',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
Loading…
Reference in New Issue
Block a user