Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Tweak font size of "Write your reply" (#5513)

authored by

Hailey and committed by
GitHub
c7b48cbd 389e6f15

+1 -5
+1 -5
src/view/com/post-thread/PostThreadComposePrompt.tsx
··· 63 63 avatar={profile?.avatar} 64 64 type={profile?.associated?.labeler ? 'labeler' : 'user'} 65 65 /> 66 - <Text 67 - style={[ 68 - isTabletOrDesktop ? a.text_md : a.text_sm, 69 - t.atoms.text_contrast_medium, 70 - ]}> 66 + <Text style={[a.text_md, t.atoms.text_contrast_medium]}> 71 67 <Trans>Write your reply</Trans> 72 68 </Text> 73 69 </View>