Skip to content

Commit

Permalink
fix(swap): links underline
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Oct 19, 2023
1 parent 7885bac commit ce61ef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const styles = StyleSheet.create({
fontSize: 16,
fontWeight: '400',
lineHeight: 22,
textDecorationLine: 'underline',
},
liquidityPool: {
flexDirection: 'row',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ const styles = StyleSheet.create({
fontSize: 16,
fontWeight: '400',
lineHeight: 22,
textDecorationLine: 'underline',
},
label: {
flexDirection: 'row',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ const styles = StyleSheet.create({
fontSize: 16,
fontWeight: '400',
lineHeight: 22,
textDecorationLine: 'underline',
},

label: {
Expand Down

0 comments on commit ce61ef5

Please sign in to comment.