From 1eb333a890d41bb19e85f99e9a4a3d4dd7ed2254 Mon Sep 17 00:00:00 2001 From: Udasi Tharani Date: Tue, 22 Feb 2022 22:52:12 +0530 Subject: [PATCH] fixing collapse button background --- frontend/src/container/SideNav/styles.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/container/SideNav/styles.ts b/frontend/src/container/SideNav/styles.ts index a4790e84a086..2b75d0dc5ac0 100644 --- a/frontend/src/container/SideNav/styles.ts +++ b/frontend/src/container/SideNav/styles.ts @@ -23,6 +23,9 @@ export const Sider = styled(SiderComponent)` .ant-typography { color: white; } + .ant-layout-sider-trigger { + background-color: #1f1f1f; + } `; interface DarkModeProps {