Skip to content

Commit

Permalink
chore: after changing the theme, rainbow should have a dark theme #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed Apr 9, 2024
1 parent 22f6649 commit 8b4b16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RainbowKitProvider, Theme, lightTheme } from '@rainbow-me/rainbowkit'
import { RainbowKitProvider, Theme, darkTheme } from '@rainbow-me/rainbowkit'
import '@rainbow-me/rainbowkit/styles.css'
import { NextPage } from 'next'
import type { AppProps } from 'next/app'
Expand All @@ -24,7 +24,7 @@ import '../styles.css'
import "@moonchain/metadata/style.css"

const rainbowKitTheme: Theme = {
...lightTheme({
...darkTheme({
accentColor: thorinLightTheme.colors.accent,
borderRadius: 'medium',
}),
Expand Down

0 comments on commit 8b4b16c

Please sign in to comment.