update viewers page

This commit is contained in:
2026-05-16 08:13:49 +01:00
parent bcade3392f
commit c47ab415da
+1 -1
View File
@@ -2325,7 +2325,7 @@ function ViewersPage({ viewers }) {
{Object.entries(periods).map(([key, period]) => (
<button
className={`rounded px-3 py-1.5 transition ${
analyticsWindow === key ? 'bg-fury-red text-fury-violet shadow-sm' : 'text-text-soft hover:text-text'
analyticsWindow === key ? 'bg-fury-red text-[#ea9800] shadow-sm' : 'text-text-soft hover:text-text'
}`}
key={key}
onClick={() => setAnalyticsWindow(key)}