add reminder & send mail button color change.

merge-requests/437/merge
Sikander Saleem 4 years ago
parent 14ccae993e
commit 554b9558b1

@ -209,8 +209,8 @@ class PrescriptionDetailsPage extends StatelessWidget {
pageBuilder: (context, animation1, animation2) {});
},
iconData: Icons.notifications_active,
color: Color(0xffEAEAEA),
textColor: Color(0xff2B353E),
color: Color(0xffD02127),
//textColor: Color(0xff2B353E),
),
),
],

@ -114,6 +114,7 @@ class _ConfirmSendEmailDialogState extends State<ConfirmSendEmailDialog> {
Navigator.pop(context);
widget.onTapSendEmail();
},
color: Color(0xff359846),
),
),
],

Loading…
Cancel
Save