feat(examples): update theme prop

This commit is contained in:
Pavel Prichodko 2022-05-23 14:38:52 +02:00
parent 0e799928e5
commit 4063549ff7
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 2 additions and 2 deletions

View File

@ -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(