Update Background

This commit is contained in:
Aditya Siregar
2025-08-16 12:17:16 +07:00
parent dc759df038
commit 09c16ad9a8
2 changed files with 23 additions and 7 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ function ResultsPageContent() {
const [isRefreshing, setIsRefreshing] = useState(false)
const [lastUpdated, setLastUpdated] = useState<Date>(new Date())
// Chart colors
const COLORS = ['#3B82F6', '#10B981', '#F59E0B', '#EF4444', '#8B5CF6', '#06B6D4', '#84CC16', '#F97316']
// Chart colors - More vibrant and visible
const COLORS = ['#FF6B6B', '#4ECDC4', '#45B7D1', '#96CEB4', '#FFEAA7', '#DDA0DD', '#98D8C8', '#F7DC6F']
useEffect(() => {
fetchEvents()