about summary refs log tree commit diff
path: root/src/screens/Profile/Header/Shell.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-19 14:51:08 +0000
committerGitHub <noreply@github.com>2024-03-19 14:51:08 +0000
commit9c49b209ca9eda8e6fab0942f7046d335c955c1a (patch)
tree601668a040eb3a7988e97dabbbdfe98290cdb38f /src/screens/Profile/Header/Shell.tsx
parent3abf302b0b189c50acf11489bf60bdaeb187b722 (diff)
parent248f51a977302f3393c8f07c715d00c4e54fbfae (diff)
downloadvoidsky-9c49b209ca9eda8e6fab0942f7046d335c955c1a.tar.zst
Merge pull request #3253 from bluesky-social/samuel/square-border-radii
Fix nested border radius issue on square avatars
Diffstat (limited to 'src/screens/Profile/Header/Shell.tsx')
-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,
   },
 })