diff options
-rw-r--r-- | src/view/com/post-thread/PostThreadComposePrompt.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/view/com/post-thread/PostThreadComposePrompt.tsx b/src/view/com/post-thread/PostThreadComposePrompt.tsx index 7586bd976..67981618e 100644 --- a/src/view/com/post-thread/PostThreadComposePrompt.tsx +++ b/src/view/com/post-thread/PostThreadComposePrompt.tsx @@ -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> |