Skip to content

Commit 4e3c0f9

Browse files
committed
Adjust link style
1 parent 3adbe31 commit 4e3c0f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LHNOptionsList/LHNEmptyState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function LHNEmptyState() {
3131
<Text style={[styles.textAlignCenter, styles.textSupporting]}>{translate('common.emptyLHN.caughtUp')}</Text>
3232
<TextLink
3333
onPress={() => setActiveTab(CONST.INBOX_TAB.ALL)}
34-
style={[styles.link, styles.mt5, styles.ph4, styles.textAlignCenter]}
34+
style={[styles.textStrong, styles.mt5, styles.ph4, styles.textAlignCenter]}
3535
>
3636
{translate('common.emptyLHN.seeAllChats')}
3737
</TextLink>

0 commit comments

Comments
 (0)