You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using @agoric/react-components it's expected that the developer can change the button colors in the connect wallet and provision smart wallet modals to something other than the default blue. However, passing overrides or custom themes to the ThemeProvider as documented in https://docs.cosmology.zone/cosmos-kit/migration-to-v2 does not work. I think this has to do with the css-in-js library the interchain-ui uses, and the css doesn't get applied properly because react-components is bundled separately as a dependency. The customization works for interchain-ui components used within the app itself, but not for interchain-ui components that @agoric/react-components renders.
The text was updated successfully, but these errors were encountered:
When using
@agoric/react-components
it's expected that the developer can change the button colors in the connect wallet and provision smart wallet modals to something other than the default blue. However, passing overrides or custom themes to theThemeProvider
as documented in https://docs.cosmology.zone/cosmos-kit/migration-to-v2 does not work. I think this has to do with the css-in-js library the interchain-ui uses, and the css doesn't get applied properly because react-components is bundled separately as a dependency. The customization works for interchain-ui components used within the app itself, but not for interchain-ui components that@agoric/react-components
renders.The text was updated successfully, but these errors were encountered: