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:49 +0000
committerSamuel Newman <mozzius@protonmail.com>2024-03-18 20:08:58 +0000
commit248f51a977302f3393c8f07c715d00c4e54fbfae (patch)
tree443abcedadd2535390990520b4240956d1b8927e /src
parent63fee70dfe26556a4ab196fa579afde3d2dbe085 (diff)
downloadvoidsky-248f51a977302f3393c8f07c715d00c4e54fbfae.tar.zst
change default avi to use a rect instead of a path
Diffstat (limited to 'src')
-rw-r--r--src/view/com/util/UserAvatar.tsx8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/view/com/util/UserAvatar.tsx b/src/view/com/util/UserAvatar.tsx
index 39bc72303..8656c3f51 100644
--- a/src/view/com/util/UserAvatar.tsx
+++ b/src/view/com/util/UserAvatar.tsx
@@ -110,8 +110,12 @@ let DefaultAvatar = ({
         viewBox="0 0 32 32"
         fill="none"
         stroke="none">
-        <Path
-          d="M28 0H4C1.79086 0 0 1.79086 0 4V28C0 30.2091 1.79086 32 4 32H28C30.2091 32 32 30.2091 32 28V4C32 1.79086 30.2091 0 28 0Z"
+        <Rect
+          x="0"
+          y="0"
+          width="32"
+          height="32"
+          rx="3"
           fill={tokens.color.temp_purple}
         />
         <Path