step 11 : proses login test

This commit is contained in:
sindhu
2024-01-15 15:59:17 +07:00
parent e35e3c5b68
commit 24353ba729
12 changed files with 127 additions and 366 deletions

View File

@@ -254,9 +254,11 @@ class Constant {
static Color textGrey = Color(0xff80848E);
static Color textWhite = Color(0xffFDFDFD);
static Color textGreen = Color(0xff0BAF48);
static Color textGreyv2 = Color(0xff637381);
static Color pcBtnBackgroundColor = Color(0xffF15A29);
// background upload file
static Color bgUploadFile = Color(0xffF5F5F5);
static Color bgUploadFile = Color.fromRGBO(207, 207, 207, 0.20);
//typoGraphy
static TextStyle titleH1Login({required BuildContext context}) {