step 19 : fix check svg from server
This commit is contained in:
@@ -262,6 +262,18 @@ class Constant {
|
||||
// background upload file
|
||||
static Color bgUploadFile = Color.fromRGBO(207, 207, 207, 0.20);
|
||||
|
||||
// background icon history
|
||||
static Color bgIconHistory = Color.fromRGBO(241, 90, 41, 0.16);
|
||||
|
||||
// background chip confirmed
|
||||
static Color bgChipConfirmed = Color(0xffe8f4f5);
|
||||
|
||||
static Color bgTextChipConfirmed = Color(0xff32827C);
|
||||
|
||||
// delete text
|
||||
static Color bgTextDelete = Color(0xffFF4842);
|
||||
static Color bgTextChipDelete = Color.fromRGBO(255, 72, 66, 0.12);
|
||||
|
||||
//typoGraphy
|
||||
static TextStyle titleH1Login({required BuildContext context}) {
|
||||
return TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user