bg color updated to white

This commit is contained in:
jayesh
2024-06-12 12:49:54 +05:30
parent 4dfc1bae11
commit 291cf2bfc4
28 changed files with 117 additions and 61 deletions

View File

@@ -1,5 +1,7 @@
import 'package:flutter/material.dart';
import '../../core/styles/app_color.dart';
class CustomErrorWidget extends StatelessWidget {
final String errorMessage;
@@ -8,6 +10,7 @@ class CustomErrorWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: AppColor.plainWhite,
body: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [