diff --git a/lib/android/components/meals.dart b/lib/android/components/meals.dart index 13cfcf0..1bc7d62 100644 --- a/lib/android/components/meals.dart +++ b/lib/android/components/meals.dart @@ -9,7 +9,7 @@ import 'card/card_component.dart'; class MealsComponent extends StatelessWidget { MealsComponent({Key? key}) : super(key: key); - final List colors = [Colors.teal,Colors.red,Colors.green]; + final List colors = [Colors.green,Colors.lightGreen,CupertinoColors.systemGreen]; @override Widget build(BuildContext context) {