Skip to content

Commit

Permalink
fix: Adjust select buy token legend (#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored Oct 17, 2023
1 parent 3ca75f9 commit c8123dd
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const TokenList = () => {

<Spacer width={8} />

<Text style={styles.topText}>{strings.assetsIn}</Text>
<Text style={styles.legend}>{strings.assetsIn}</Text>
</View>

<Counter
Expand Down Expand Up @@ -287,8 +287,10 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignSelf: 'center',
},
topText: {
fontSize: 16,
legend: {
fontSize: 14,
fontWeight: '400',
fontFamily: 'Rubik',
},
image: {
flex: 1,
Expand Down

0 comments on commit c8123dd

Please sign in to comment.