diff options
author | dan <dan.abramov@gmail.com> | 2024-11-08 02:52:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 02:52:03 +0000 |
commit | 22dd4947f7d88166350c13367f2af7a51a55a36b (patch) | |
tree | 078d326878044726d7729ba7c562848a658a6afe /src/view/com/profile/ProfileSubpageHeader.tsx | |
parent | 5d0610d419906be0ef2c7c7ab0d1f66c366f3aed (diff) | |
download | voidsky-22dd4947f7d88166350c13367f2af7a51a55a36b.tar.zst |
[Lightbox] Add border radius to avatars (#6136)
* Preserve shape in lightbox * Rename shapes to semantic meanings It looks like after all I do want to fork based on those. * Round avatars on the web * Oops
Diffstat (limited to 'src/view/com/profile/ProfileSubpageHeader.tsx')
-rw-r--r-- | src/view/com/profile/ProfileSubpageHeader.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/profile/ProfileSubpageHeader.tsx b/src/view/com/profile/ProfileSubpageHeader.tsx index b712b346b..5208224c5 100644 --- a/src/view/com/profile/ProfileSubpageHeader.tsx +++ b/src/view/com/profile/ProfileSubpageHeader.tsx @@ -80,6 +80,7 @@ export function ProfileSubpageHeader({ height: 1000, width: 1000, }, + type: 'rect-avi', }, ], index: 0, |