Closed nathanhleung closed 2 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/rari-capital/rari-dapp-next/Bqhb6SXf7VA7YeskFx3rRqLMseMy
✅ Preview: https://rari-dapp-next-git-nathanhleung-standalone-rari-capital.vercel.app
See https://github.com/Rari-Capital/rari-components/commit/9541f72a093da5969155d53324d281a90f7c6b1e for fix implementation on the rari-components side
Temporarily resolves the issues caused by conflicts between the main dapp's theme and the theme provided by rari-components. We should start using more component library components if we can — the fix wraps each component in its own
<ChakraProvider/>
to isolate the theme which probably won't scale.