password expired.

This commit is contained in:
mohammad
2024-08-21 09:22:31 +03:00
parent bb959bcc61
commit 50ef283b52
7 changed files with 26 additions and 15 deletions

View File

@ -25,7 +25,7 @@ abstract class ColorsManager {
static const Color blackColor = Color(0xFF000000);
static const Color lightGreen = Color(0xFF00FF0A);
static const Color grayColor = Color(0xFF999999);
static const Color red = Colors.red;
static const Color red = Color(0xFFFF0000);
static const Color graysColor = Color(0xffEBEBEB);
static const Color textGray = Color(0xffD5D5D5);
static const Color btnColor = Color(0xFF00008B);