feat: adjust colors

main
98spag 2023-06-16 12:26:07 +02:00
parent 2e22914cc2
commit 38fd9b8b6a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import 'card/card_component.dart';
class MealsComponent extends StatelessWidget {
MealsComponent({Key? key}) : super(key: key);
final List<Color> colors = [Colors.teal,Colors.red,Colors.green];
final List<Color> colors = [Colors.green,Colors.lightGreen,CupertinoColors.systemGreen];
@override
Widget build(BuildContext context) {