Update Background
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user