Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

use the new icon in reposted by (#4307)

* use the new icon in reposted by

* tweak

authored by

Hailey and committed by
GitHub
bda10510 16f295ca

+7 -8
+7 -8
src/view/com/posts/FeedItem.tsx
··· 43 43 import {PreviewableUserAvatar} from '../util/UserAvatar' 44 44 import {AviFollowButton} from './AviFollowButton' 45 45 import hairlineWidth = StyleSheet.hairlineWidth 46 + import {Repost_Stroke2_Corner2_Rounded as Repost} from '#/components/icons/Repost' 46 47 47 48 interface FeedItemProps { 48 49 record: AppBskyFeedPost.Record ··· 251 252 )}`, 252 253 )} 253 254 onBeforePress={onOpenReposter}> 254 - <FontAwesomeIcon 255 - icon="retweet" 256 - style={{ 257 - marginRight: 4, 258 - color: pal.colors.textLight, 259 - minWidth: 16, 260 - }} 255 + <Repost 256 + style={{color: pal.colors.textLight, marginRight: 3}} 257 + width={14} 258 + height={14} 261 259 /> 262 260 <Text 263 261 type="sm-bold" ··· 463 461 }, 464 462 includeReason: { 465 463 flexDirection: 'row', 464 + alignItems: 'center', 466 465 marginTop: 2, 467 466 marginBottom: 2, 468 - marginLeft: -20, 467 + marginLeft: -18, 469 468 }, 470 469 layout: { 471 470 flexDirection: 'row',