mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 17:45:54 +08:00
fix: changing color of beta tag for Service Map & light theme changer (#5731)
* fix: changing color of tag for Service Map in sidepanel * fix: added geekblue and borderless in beta tag to light theme changer * fix: removed comments
This commit is contained in:
parent
3200fd054e
commit
532f274bd6
@ -26,7 +26,9 @@ function MySettings(): JSX.Element {
|
|||||||
label: (
|
label: (
|
||||||
<div className="theme-option">
|
<div className="theme-option">
|
||||||
<Sun size={12} data-testid="light-theme-icon" /> Light{' '}
|
<Sun size={12} data-testid="light-theme-icon" /> Light{' '}
|
||||||
<Tag color="magenta">Beta</Tag>
|
<Tag bordered={false} color="geekblue">
|
||||||
|
Beta
|
||||||
|
</Tag>
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
value: 'light',
|
value: 'light',
|
||||||
|
@ -31,7 +31,9 @@ export default function NavItem({
|
|||||||
|
|
||||||
{isBeta && (
|
{isBeta && (
|
||||||
<div className="nav-item-beta">
|
<div className="nav-item-beta">
|
||||||
<Tag color="magenta">Beta</Tag>
|
<Tag bordered={false} color="geekblue">
|
||||||
|
Beta
|
||||||
|
</Tag>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user