about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-17 15:01:26 +0000
committerSamuel Newman <mozzius@protonmail.com>2024-03-18 20:08:46 +0000
commit63fee70dfe26556a4ab196fa579afde3d2dbe085 (patch)
tree26acee3d28b621c2aa2d1cba4070ff188fdf96b9 /src
parent20d463ff2f5a112473f75a21595b3d89b8dfc0b0 (diff)
downloadvoidsky-63fee70dfe26556a4ab196fa579afde3d2dbe085.tar.zst
change outer border radius to 10
Diffstat (limited to 'src')
-rw-r--r--src/screens/Profile/Header/Shell.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/Shell.tsx b/src/screens/Profile/Header/Shell.tsx
index 1348b394c..c470cb286 100644
--- a/src/screens/Profile/Header/Shell.tsx
+++ b/src/screens/Profile/Header/Shell.tsx
@@ -159,6 +159,6 @@ const styles = StyleSheet.create({
     borderWidth: 2,
   },
   aviLabeler: {
-    borderRadius: 12,
+    borderRadius: 10,
   },
 })