fix bugs on create password

This commit is contained in:
mohammad
2024-06-30 23:04:28 +03:00
parent 288ea6a1e2
commit 0fa6693c6c
4 changed files with 50 additions and 51 deletions

View File

@ -22,4 +22,5 @@ abstract class ColorsManager {
static const Color blackColor = Color(0xFF000000);
static const Color lightGreen = Color(0xFF00FF0A);
static const Color grayColor = Color(0xFF999999);
static const Color graysColor = Color(0xffEBEBEB);
}