Skip to content

Commit a82ad9c

Browse files
authored
fix: overview transfer and other combobox/select bugs (#197)
* fix: prevent modal from closing while clicking on child overlay elements * fix: overlay bugs in OverviewTransfer * fix: bug preventing input decimals * fix: trigger onChange on partial amount change * fix(select): manage using overlays class
1 parent 85718af commit a82ad9c

24 files changed

+12548
-20844
lines changed

packages/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"@react-aria/listbox": "^3.12.1",
6363
"@react-aria/overlays": "^3.22.1",
6464
"@react-aria/utils": "^3.24.1",
65+
"@tanstack/react-virtual": "^3.8.3",
6566
"@vanilla-extract/css": "^1.15.3",
6667
"@vanilla-extract/dynamic": "^2.1.1",
6768
"@vanilla-extract/recipes": "^0.5.3",

packages/react/scaffolds/chain-swap-combobox/chain-swap-combobox.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const spacingSm = style({
3434

3535
export const listBoxBg = styleVariants({
3636
light: {
37-
backgroundColor: `${themeVars.colors.progressBg} !important`,
37+
backgroundColor: `${themeVars.colors.menuItemBg} !important`,
3838
},
3939
dark: {},
4040
});

0 commit comments

Comments
 (0)