Tweak font size of "Write your reply" (#5513)
This commit is contained in:
@@ -63,11 +63,7 @@ export function PostThreadComposePrompt({
|
|||||||
avatar={profile?.avatar}
|
avatar={profile?.avatar}
|
||||||
type={profile?.associated?.labeler ? 'labeler' : 'user'}
|
type={profile?.associated?.labeler ? 'labeler' : 'user'}
|
||||||
/>
|
/>
|
||||||
<Text
|
<Text style={[a.text_md, t.atoms.text_contrast_medium]}>
|
||||||
style={[
|
|
||||||
isTabletOrDesktop ? a.text_md : a.text_sm,
|
|
||||||
t.atoms.text_contrast_medium,
|
|
||||||
]}>
|
|
||||||
<Trans>Write your reply</Trans>
|
<Trans>Write your reply</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user