We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c9b0f commit 05fb69bCopy full SHA for 05fb69b
src/start/RealmInputScreen.js
@@ -212,7 +212,6 @@ export default function RealmInputScreen(props: Props): Node {
212
},
213
suggestionText: { fontSize: 12, fontStyle: 'italic' },
214
suggestionTextLink: {
215
- fontSize: 12,
216
fontStyle: 'normal',
217
color: BRAND_COLOR, // chosen to mimic WebLink
218
@@ -241,6 +240,7 @@ export default function RealmInputScreen(props: Props): Node {
241
240
suggestedServerUrl: suggestion,
242
'z-link': chunks => (
243
<ZulipText
+ inheritFontSize
244
style={styles.suggestionTextLink}
245
onPress={() => handlePressSuggestion(suggestion)}
246
>
0 commit comments