We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fbc145 + ce675ba commit ad7e63eCopy full SHA for ad7e63e
.changeset/tidy-jeans-tell.md
@@ -0,0 +1,5 @@
1
+---
2
+'@reservoir0x/relay-kit-ui': patch
3
4
+
5
+Fix switch tokens button border theme
packages/ui/src/providers/RelayKitProvider.tsx
@@ -118,7 +118,8 @@ export const themeOverrides: ThemeOverridesMap = {
118
background: '--relay-colors-widget-selector-hover-background'
119
}
120
},
121
- swapCurrencyButtonBorderColor: '--widget-swap-currency-button-border-color'
+ swapCurrencyButtonBorderColor:
122
+ '--relay-colors-widget-swap-currency-button-border-color'
123
124
modal: {
125
background: '--relay-colors-modal-background',
0 commit comments