Skip to content

Commit

Permalink
fix: try importing rainbow kit css in main provider
Browse files Browse the repository at this point in the history
  • Loading branch information
simodrws committed Apr 27, 2023
1 parent ce89448 commit 53a6e57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/provider/configured-rainbowkit-provider.tsx
@@ -1,5 +1,3 @@
import '@rainbow-me/rainbowkit/styles.css';

import { getDefaultWallets, RainbowKitProvider } from '@rainbow-me/rainbowkit';
import { configureChains, createClient, WagmiConfig } from 'wagmi';
import {
Expand Down
1 change: 1 addition & 0 deletions src/provider/masa-provider.tsx
@@ -1,3 +1,4 @@
import '@rainbow-me/rainbowkit/styles.css';
import {
MasaContextProvider,
MasaContextProviderProps,
Expand Down
2 changes: 0 additions & 2 deletions stories/masa.stories.tsx
@@ -1,5 +1,3 @@
import '@rainbow-me/rainbowkit/styles.css';

/* eslint-disable @typescript-eslint/ban-ts-comment */
// @ts-ignore
import React, { useCallback } from 'react';
Expand Down

0 comments on commit 53a6e57

Please sign in to comment.