Skip to content

Commit 05fb69b

Browse files
chrisbobbegnprice
authored andcommitted
RealmInputScreen [nfc]: Get link-text's fontSize through inheritance
1 parent 92c9b0f commit 05fb69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start/RealmInputScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ export default function RealmInputScreen(props: Props): Node {
212212
},
213213
suggestionText: { fontSize: 12, fontStyle: 'italic' },
214214
suggestionTextLink: {
215-
fontSize: 12,
216215
fontStyle: 'normal',
217216
color: BRAND_COLOR, // chosen to mimic WebLink
218217
},
@@ -241,6 +240,7 @@ export default function RealmInputScreen(props: Props): Node {
241240
suggestedServerUrl: suggestion,
242241
'z-link': chunks => (
243242
<ZulipText
243+
inheritFontSize
244244
style={styles.suggestionTextLink}
245245
onPress={() => handlePressSuggestion(suggestion)}
246246
>

0 commit comments

Comments
 (0)