From 73c2137cd7c9fb0dd7450b69538c438b5195c2ef Mon Sep 17 00:00:00 2001 From: Palash Date: Wed, 29 Jun 2022 09:14:27 +0530 Subject: [PATCH] chore: css for light is updated --- frontend/src/container/SideNav/index.tsx | 3 +-- frontend/src/container/SideNav/styles.ts | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/container/SideNav/index.tsx b/frontend/src/container/SideNav/index.tsx index fd39653cd6..e2a1db6aef 100644 --- a/frontend/src/container/SideNav/index.tsx +++ b/frontend/src/container/SideNav/index.tsx @@ -15,7 +15,6 @@ import AppReducer from 'types/reducer/app'; import menus from './menuItems'; import Slack from './Slack'; import { - Name, RedDot, Sider, SlackButton, @@ -105,7 +104,7 @@ function SideNav(): JSX.Element { onClick={(): void => onClickHandler(to)} > - {name} +
{name}
{tags && tags.map((e) => ( diff --git a/frontend/src/container/SideNav/styles.ts b/frontend/src/container/SideNav/styles.ts index b7aea2fdc1..688356cf7d 100644 --- a/frontend/src/container/SideNav/styles.ts +++ b/frontend/src/container/SideNav/styles.ts @@ -83,9 +83,3 @@ export const Tags = styled(Tag)` border-radius: 0.5rem; } `; - -export const Name = styled(Typography.Paragraph)` - &&& { - margin: 0; - } -`;