feat: add current events section for equipment with dynamic status calculation
This commit is contained in:
@@ -40,7 +40,7 @@ class EquipmentHeaderSection extends StatelessWidget {
|
||||
radius: 30,
|
||||
child: equipment.category.getIcon(
|
||||
size: 32,
|
||||
color: AppColors.rouge,
|
||||
color: equipment.category.color,
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 16),
|
||||
|
||||
Reference in New Issue
Block a user