Resolved error for goup page

This commit is contained in:
Dayron
2025-10-15 10:37:05 +02:00
parent f578a3bee4
commit 03ed85bf98
6 changed files with 384 additions and 295 deletions

View File

@@ -245,7 +245,6 @@ class _HomeContentState extends State<HomeContent> {
final color = colors[trip.title.hashCode.abs() % colors.length];
final isDarkMode = Theme.of(context).brightness == Brightness.dark;
final textColor = isDarkMode ? Colors.white : Colors.black;
final secondaryTextColor = isDarkMode ? Colors.white70 : Colors.grey[700];
final iconColor = isDarkMode ? Colors.white70 : Colors.grey[600];