Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3253 from bluesky-social/samuel/square-border-radii

Fix nested border radius issue on square avatars

authored by

Samuel Newman and committed by
GitHub
9c49b209 3abf302b

+7 -3
+1 -1
src/screens/Profile/Header/Shell.tsx
··· 159 159 borderWidth: 2, 160 160 }, 161 161 aviLabeler: { 162 - borderRadius: 12, 162 + borderRadius: 10, 163 163 }, 164 164 })
+6 -2
src/view/com/util/UserAvatar.tsx
··· 110 110 viewBox="0 0 32 32" 111 111 fill="none" 112 112 stroke="none"> 113 - <Path 114 - 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" 113 + <Rect 114 + x="0" 115 + y="0" 116 + width="32" 117 + height="32" 118 + rx="3" 115 119 fill={tokens.color.temp_purple} 116 120 /> 117 121 <Path