Feed composer styles

This commit is contained in:
Alex Benzer
2025-11-29 17:47:08 -08:00
parent 1a0b2a2d02
commit 0aab70677b
+3 -1
View File
@@ -258,11 +258,13 @@ export function FeedComposerPrompt() {
]}> ]}>
<Text <Text
style={[ style={[
t.atoms.text_contrast_medium, t.atoms.text_contrast_low,
a.text_md, a.text_md,
a.pl_xs,
{ {
lineHeight: a.text_md.fontSize, lineHeight: a.text_md.fontSize,
includeFontPadding: false, includeFontPadding: false,
top: 1,
}, },
]}> ]}>
{_(msg`What's up?`)} {_(msg`What's up?`)}