Bluesky app fork with some witchin' additions 💫

Fix border radius on avatars (#5392)

authored by

Eric Bailey and committed by
GitHub
b2b5be54 751375ce

+8 -2
+8 -2
src/view/com/util/UserAvatar.tsx
··· 19 19 import {isAndroid, isNative, isWeb} from 'platform/detection' 20 20 import {precacheProfile} from 'state/queries/profile' 21 21 import {HighPriorityImage} from 'view/com/util/images/Image' 22 - import {atoms as a, tokens, useTheme} from '#/alf' 22 + import {tokens, useTheme} from '#/alf' 23 23 import { 24 24 Camera_Filled_Stroke2_Corner0_Rounded as CameraFilled, 25 25 Camera_Stroke2_Corner0_Rounded as Camera, ··· 241 241 onLoad={onLoad} 242 242 /> 243 243 )} 244 - <MediaInsetBorder style={[a.rounded_full]} /> 244 + <MediaInsetBorder 245 + style={[ 246 + { 247 + borderRadius: aviStyle.borderRadius, 248 + }, 249 + ]} 250 + /> 245 251 {alert} 246 252 </View> 247 253 ) : (