login changes

This commit is contained in:
mohammad
2024-08-15 09:51:10 +03:00
parent 6efcc6081d
commit de46bc9872
8 changed files with 391 additions and 314 deletions

View File

@ -59,7 +59,7 @@ class DefaultButton extends StatelessWidget {
(Set<MaterialState> states) {
return enabled
? backgroundColor ?? ColorsManager.primaryColor
: Colors.grey;
: Colors.black.withOpacity(0.2);
}),
shape: MaterialStateProperty.all(
RoundedRectangleBorder(