cosmology-tech / cosmos-kit

Universal wallet connector for the Cosmos ⚛️
https://cosmology.zone/products/cosmos-kit
BSD 3-Clause Clear License
183 stars 128 forks source link

How to style the close modal button #364

Closed GadAlmighty closed 9 months ago

GadAlmighty commented 10 months ago

Hey team we are migrating to cosmoskit and want to use the provided wallet selection and connection modal.

Everything is working well except the interaction between our Chakra styles and the modal styles seem to cause the close button on the modal to be transparent:

image

If anyone could point us in the right direction to pass in styles for the close button on the modal that would be super helpful :)

GadAlmighty commented 9 months ago

In fact it actually looks like there may be a missing static svg file in the package.

The close button references the following image:

image

But it is not included in the sources directory:

image
GadAlmighty commented 9 months ago

Turns out we were using @svgr/webpack in our next.config.js which was stripping the actual svg files from the build