Skip to content

Commit

Permalink
fix(swap): slippage text color (#3246)
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed May 7, 2024
1 parent 51dd4c1 commit 5aa52f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const useStyles = () => {
backgroundColor: color.gray.min,
...padding['x-xs'],
...typography['body-3-s-regular'],
color: color.magenta[500],
color: color.gray[900],
},

disabledInputContainer: {
Expand Down

0 comments on commit 5aa52f3

Please sign in to comment.