Merge pull request #1178 from palash-signoz/tag-improvement

fix: tag style is updated
This commit is contained in:
palash-signoz 2022-05-20 15:46:04 +05:30 committed by GitHub
commit e7f49cf360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>