Skip to content

Commit

Permalink
fix(UI): pool select border (#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored and stackchain committed Feb 7, 2024
1 parent adc7b55 commit e28d141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const useStyles = () => {
borderRadius: 20,
},
shadowProp: {
shadowColor: color.gray.min,
shadowColor: color.gray.max,
shadowOpacity: 0.2,
shadowOffset: {
width: 0,
Expand Down

0 comments on commit e28d141

Please sign in to comment.