change outer border radius to 10

zio/stable
Samuel Newman 2024-03-17 15:01:26 +00:00
parent 20d463ff2f
commit 63fee70dfe
1 changed files with 1 additions and 1 deletions

View File

@ -159,6 +159,6 @@ const styles = StyleSheet.create({
borderWidth: 2, borderWidth: 2,
}, },
aviLabeler: { aviLabeler: {
borderRadius: 12, borderRadius: 10,
}, },
}) })