Skip to content

Commit 63ed933

Browse files
committed
fix jumping deposit selector when choose two tokens
1 parent 72a81c6 commit 63ed933

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/Inputs/DepositAmountInput/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const useStyles = makeStyles<{ isSelected: boolean }>()((theme: Theme, {
9696
backgroundColor: `${colors.invariant.Error}40`
9797
},
9898
currencyIcon: {
99-
minWidth: 20,
99+
width: 20,
100100
height: 20,
101101
marginRight: 8,
102102
borderRadius: '100%'

src/components/NewPosition/style.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const useStyles = makeStyles()(theme => {
88
maxWidth: '100%'
99
},
1010
headerContainer: {
11-
columnGap: 24
11+
columnGap: 24,
12+
height: 46
1213
},
1314
back: {
1415
height: 24,

0 commit comments

Comments
 (0)