fix bugs on create password

This commit is contained in:
mohammad
2024-06-30 23:52:12 +03:00
parent baae756acc
commit 675c98443a
2 changed files with 70 additions and 45 deletions

View File

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