change outer border radius to 10

This commit is contained in:
Samuel Newman 2024-03-17 15:01:26 +00:00
parent 20d463ff2f
commit 63fee70dfe

View file

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