fixed laoding button

This commit is contained in:
amirrezaghabeli
2025-08-23 08:51:01 +03:30
parent fa9ff11376
commit ae537f3ca0
2 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class BaseButton extends StatelessWidget {
width: double.infinity,
height: 55.0.h(),
decoration: BoxDecoration(
color: AppColors.backgroundColor,
color: AppColors.mainBlue,
borderRadius: BorderRadius.circular(28.0.w()),
),
child: Center(