fixing collapse button background

This commit is contained in:
Udasi Tharani 2022-02-22 22:52:12 +05:30
parent ebc280db0e
commit 1eb333a890

View File

@ -23,6 +23,9 @@ export const Sider = styled(SiderComponent)`
.ant-typography {
color: white;
}
.ant-layout-sider-trigger {
background-color: #1f1f1f;
}
`;
interface DarkModeProps {