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