Your changes

This commit is contained in:
divya abdar
2025-12-11 18:36:11 +05:30
parent 3bf27cc29d
commit 9faf983b95
36 changed files with 4677 additions and 1046 deletions

View File

@@ -13,7 +13,7 @@ class MainAppBar extends StatelessWidget implements PreferredSizeWidget {
final profileUrl = profileProvider.profile?.profileImage;
return AppBar(
backgroundColor: Colors.lightGreen,
backgroundColor: Colors.white,
elevation: 0.8,
surfaceTintColor: Colors.transparent,
automaticallyImplyLeading: false,