mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-04 11:50:37 +08:00
Merge pull request #1331 from palashgdev/sidebar-text
chore: css for light mode is updated in sidebar
This commit is contained in:
commit
897728cc71
@ -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)}
|
||||
>
|
||||
<Space>
|
||||
<Name ellipsis>{name}</Name>
|
||||
<div>{name}</div>
|
||||
{tags &&
|
||||
tags.map((e) => (
|
||||
<Tags style={{ lineHeight: '1rem' }} color="#177DDC" key={e}>
|
||||
|
@ -83,9 +83,3 @@ export const Tags = styled(Tag)`
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
`;
|
||||
|
||||
export const Name = styled(Typography.Paragraph)`
|
||||
&&& {
|
||||
margin: 0;
|
||||
}
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user