Skip to content

Commit

Permalink
Tweak font size of "Write your reply" (#5513)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Sep 27, 2024
1 parent 389e6f1 commit c7b48cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/view/com/post-thread/PostThreadComposePrompt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@ export function PostThreadComposePrompt({
avatar={profile?.avatar}
type={profile?.associated?.labeler ? 'labeler' : 'user'}
/>
<Text
style={[
isTabletOrDesktop ? a.text_md : a.text_sm,
t.atoms.text_contrast_medium,
]}>
<Text style={[a.text_md, t.atoms.text_contrast_medium]}>
<Trans>Write your reply</Trans>
</Text>
</View>
Expand Down

0 comments on commit c7b48cb

Please sign in to comment.