feat: adjust colors
parent
2e22914cc2
commit
38fd9b8b6a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue