step 11 : proses login test
This commit is contained in:
@@ -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}) {
|
||||
|
||||
Reference in New Issue
Block a user