From 3165bfa09673c44f2ce6fc75e8406f03e69cef67 Mon Sep 17 00:00:00 2001 From: Moe <moe@chocola.dev> Date: Sat, 21 May 2022 17:12:03 +0700 Subject: [PATCH] Cleanup code --- lib/components/payment_body.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/components/payment_body.dart b/lib/components/payment_body.dart index 04738d1..4ddcdff 100644 --- a/lib/components/payment_body.dart +++ b/lib/components/payment_body.dart @@ -64,8 +64,8 @@ class _PaymentBodyState extends State<PaymentBody> { child: ClipRRect( borderRadius: BorderRadius.circular(18), child: const ExpansionTile( - backgroundColor: const Color(0xff212226), - collapsedBackgroundColor: const Color(0xff212226), + backgroundColor: Color(0xff212226), + collapsedBackgroundColor: Color(0xff212226), textColor: Colors.white, collapsedTextColor: Colors.white, title: Text( @@ -93,8 +93,8 @@ class _PaymentBodyState extends State<PaymentBody> { child: ClipRRect( borderRadius: BorderRadius.circular(18), child: const ExpansionTile( - backgroundColor: const Color(0xff212226), - collapsedBackgroundColor: const Color(0xff212226), + backgroundColor: Color(0xff212226), + collapsedBackgroundColor: Color(0xff212226), textColor: Colors.white, collapsedTextColor: Colors.white, title: Text( @@ -120,8 +120,8 @@ class _PaymentBodyState extends State<PaymentBody> { child: ClipRRect( borderRadius: BorderRadius.circular(18), child: const ExpansionTile( - backgroundColor: const Color(0xff212226), - collapsedBackgroundColor: const Color(0xff212226), + backgroundColor: Color(0xff212226), + collapsedBackgroundColor: Color(0xff212226), textColor: Colors.white, collapsedTextColor: Colors.white, title: Text(