update viewers page

This commit is contained in:
2026-05-16 08:14:45 +01:00
parent c47ab415da
commit b9ac78876e
+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-[#ea9800] shadow-sm' : 'text-text-soft hover:text-text'
analyticsWindow === key ? 'bg-fury-red text-fury-cyan shadow-sm' : 'text-text-soft hover:text-text'
}`}
key={key}
onClick={() => setAnalyticsWindow(key)}