From 70ebefc34b9c30996c9e9814eb814384c35f3554 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Wed, 19 Nov 2025 19:44:13 +0100 Subject: [PATCH] =?UTF-8?q?ref:=20Allign=20badges=20with=20Sentry=E2=80=99?= =?UTF-8?q?s=20in-product=20ones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/sidebar/style.module.scss | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/src/components/sidebar/style.module.scss b/src/components/sidebar/style.module.scss index 9ad37b2e33d2a..b5a96bddbde8e 100644 --- a/src/components/sidebar/style.module.scss +++ b/src/components/sidebar/style.module.scss @@ -172,19 +172,13 @@ font-weight: 600; line-height: 1; letter-spacing: 0.08em; - color: #d97706; /* amber-600 for good contrast in light mode */ - background-color: transparent; - border: 2px solid #f59e0b; /* amber-500 warning color */ + color: rgb(24, 20, 35); + background-color: rgb(255, 208, 14); border-radius: 0.25rem; white-space: nowrap; flex-shrink: 0; } -:global(.dark) .beta-badge { - color: #fafaf9; /* off-white for dark mode */ - border-color: #fbbf24; /* amber-400 for dark mode */ -} - .new-badge { display: inline-flex; align-items: center; @@ -193,19 +187,13 @@ font-weight: 600; line-height: 1; letter-spacing: 0.08em; - color: #059669; /* emerald-600 for good contrast in light mode */ - background-color: transparent; - border: 2px solid #10b981; /* emerald-500 success green */ + color: rgb(24, 20, 35); + background-color: rgb(0, 242, 97); border-radius: 0.25rem; white-space: nowrap; flex-shrink: 0; } -:global(.dark) .new-badge { - color: #fafaf9; /* off-white for dark mode */ - border-color: #34d399; /* emerald-400 for dark mode */ -} - .sidebar-separator { border-top: 2px solid var(--gray-6); }