mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 13:06:03 +08:00
Merge pull request #1178 from palash-signoz/tag-improvement
fix: tag style is updated
This commit is contained in:
commit
e7f49cf360
@ -107,8 +107,8 @@ function SideNav(): JSX.Element {
|
|||||||
<Typography>{name}</Typography>
|
<Typography>{name}</Typography>
|
||||||
{tags &&
|
{tags &&
|
||||||
tags.map((e) => (
|
tags.map((e) => (
|
||||||
<Tags color="#177DDC" key={e}>
|
<Tags style={{ lineHeight: '1rem' }} color="#177DDC" key={e}>
|
||||||
<Typography.Text strong>{e}</Typography.Text>
|
<Typography.Text style={{ fontWeight: '300' }}>{e}</Typography.Text>
|
||||||
</Tags>
|
</Tags>
|
||||||
))}
|
))}
|
||||||
</Space>
|
</Space>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user