From 7742859c1276dcbfab708f1c39306f9509960dcd Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 28 Feb 2023 22:41:40 -0300 Subject: [PATCH] sidebar dark mode implemented --- .../ExtraSidebarComponent/index.tsx | 6 ++--- .../src/components/SidebarComponent/index.tsx | 2 +- .../src/components/chatComponent/index.tsx | 24 +++++++++---------- .../components/DisclosureComponent/index.tsx | 8 +++---- .../extraSidebarComponent/index.tsx | 10 ++++---- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/space_flow/src/components/ExtraSidebarComponent/index.tsx b/space_flow/src/components/ExtraSidebarComponent/index.tsx index 8f2220cd0..1f16098e0 100644 --- a/space_flow/src/components/ExtraSidebarComponent/index.tsx +++ b/space_flow/src/components/ExtraSidebarComponent/index.tsx @@ -20,11 +20,11 @@ export default function ExtraSidebar() {