From 4eadc0c797aa3e637eeebae7b95f0c1853da0611 Mon Sep 17 00:00:00 2001 From: WanQuanXie Date: Tue, 28 May 2024 11:25:31 +0800 Subject: [PATCH] feat(EmptyChat): EmptyChat page add theme switcher --- ui/components/EmptyChat.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/components/EmptyChat.tsx b/ui/components/EmptyChat.tsx index 6b9fddb..c4ab3af 100644 --- a/ui/components/EmptyChat.tsx +++ b/ui/components/EmptyChat.tsx @@ -1,4 +1,5 @@ import EmptyChatMessageInput from './EmptyChatMessageInput'; +import { ThemeSwitcher } from './theme/Switcher'; const EmptyChat = ({ sendMessage, @@ -10,7 +11,8 @@ const EmptyChat = ({ setFocusMode: (mode: string) => void; }) => { return ( -
+
+

Research begins here.