Skip to content

Commit

Permalink
in recent destinations, bold description if title is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
barros001 committed Feb 29, 2024
1 parent 3e74ddf commit 9f0ae8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddressSearch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ function AddressSearch(
return (
<View>
{!!title && <Text style={[styles.googleSearchText]}>{title}</Text>}
<Text style={[styles.textLabelSupporting]}>{subtitle}</Text>
<Text style={[title ? styles.textLabelSupporting : styles.googleSearchText]}>{subtitle}</Text>
</View>
);
}}
Expand Down

0 comments on commit 9f0ae8a

Please sign in to comment.