From 38fd9b8b6ab6ef2ecd0558bbe2960e80638b9799 Mon Sep 17 00:00:00 2001 From: 98spag Date: Fri, 16 Jun 2023 12:26:07 +0200 Subject: [PATCH] feat: adjust colors --- lib/android/components/meals.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {