mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-29 09:56:24 +00:00
feat(examples): update theme prop
This commit is contained in:
parent
8ca305c0bc
commit
611d4ed81e
@ -1,10 +1,10 @@
|
|||||||
import React, { StrictMode } from 'react'
|
import React, { StrictMode } from 'react'
|
||||||
import { render } from 'react-dom'
|
import { render } from 'react-dom'
|
||||||
|
|
||||||
import { Community, lightTheme } from '@status-im/react'
|
import { Community } from '@status-im/react'
|
||||||
|
|
||||||
const App = () => {
|
const App = () => {
|
||||||
return <Community publicKey="<YOUR_COMMUNITY_KEY>" theme={lightTheme} />
|
return <Community publicKey="<YOUR_COMMUNITY_KEY>" theme="light" />
|
||||||
}
|
}
|
||||||
|
|
||||||
render(
|
render(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user