change outer border radius to 10
This commit is contained in:
parent
20d463ff2f
commit
63fee70dfe
1 changed files with 1 additions and 1 deletions
|
@ -159,6 +159,6 @@ const styles = StyleSheet.create({
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
},
|
},
|
||||||
aviLabeler: {
|
aviLabeler: {
|
||||||
borderRadius: 12,
|
borderRadius: 10,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue