refactor: Update pubspec.yaml files and remove unnecessary background color in PaymentsPage for consistency

This commit is contained in:
Achintha Isuru
2026-02-10 16:32:03 -05:00
parent 2730277075
commit bcd973cf64
4 changed files with 22 additions and 24 deletions

View File

@@ -33,7 +33,6 @@ class _PaymentsPageState extends State<PaymentsPage> {
return BlocProvider<PaymentsBloc>.value(
value: _bloc,
child: Scaffold(
backgroundColor: const Color(0xFFF8FAFC),
body: BlocBuilder<PaymentsBloc, PaymentsState>(
builder: (BuildContext context, PaymentsState state) {
if (state is PaymentsLoading) {