From 4063549ff76965eb6693fda09b2223feeb75a656 Mon Sep 17 00:00:00 2001
From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com>
Date: Mon, 23 May 2022 14:38:52 +0200
Subject: [PATCH] feat(examples): update theme prop
---
examples/community/index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/community/index.tsx b/examples/community/index.tsx
index 0a5f43b9..3eb4ac3d 100644
--- a/examples/community/index.tsx
+++ b/examples/community/index.tsx
@@ -1,10 +1,10 @@
import React, { StrictMode } from 'react'
import { render } from 'react-dom'
-import { Community, lightTheme } from '@status-im/react'
+import { Community } from '@status-im/react'
const App = () => {
- return
+ return
}
render(