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

This commit is contained in:
Hailey
2024-09-26 21:01:57 -07:00
committed by GitHub
parent 389e6f1509
commit c7b48cbdca
@@ -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>