Home page UI

This commit is contained in:
mohammad
2024-08-01 15:21:29 +03:00
parent 09dc49b630
commit a3805d62ec
17 changed files with 317 additions and 43 deletions

View File

@ -28,4 +28,5 @@ abstract class ColorsManager {
static const Color graysColor = Color(0xffEBEBEB);
static const Color textGray = Color(0xffD5D5D5);
static const Color btnColor = Color(0xFF00008B);
static const Color blueColor = Color(0xFF0036E6);
}