From 8e1aa9f9e80c03ef4ddfaabecab30766a32427be Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 12 Sep 2022 15:33:08 -0400 Subject: [PATCH] Add dark mode support to main page --- app/soapbox/features/chats/index.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/chats/index.tsx b/app/soapbox/features/chats/index.tsx index aa68db8c2..d389af8e5 100644 --- a/app/soapbox/features/chats/index.tsx +++ b/app/soapbox/features/chats/index.tsx @@ -35,8 +35,11 @@ const ChatIndex: React.FC = () => { return ( -
- +
+ { + {chat && (