Merge branch 'main' of https://repo.ravanertebat.com/TM/tm_app
This commit is contained in:
@@ -20,7 +20,12 @@ class AssetsManager {
|
||||
static const location = 'assets/icons/location.svg';
|
||||
static const arrowCircleLeft = 'assets/icons/arrow-circle-left.svg';
|
||||
static const arrowCircleRight = 'assets/icons/arrow-circle-right.svg';
|
||||
<<<<<<< HEAD
|
||||
|
||||
//your tenders page
|
||||
static const tickCircle = 'assets/icons/tick-circle.svg';
|
||||
=======
|
||||
static const arrowLeft = 'assets/svgs/arrow_left.svg';
|
||||
static const export = 'assets/svgs/export.svg';
|
||||
>>>>>>> 92b89fdea46b90000b1e2c986d973dd8161fb7cb
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ class AppColors {
|
||||
static const Color successColor = Color(0xFF28A745);
|
||||
static const Color errorColor = Color(0xFFDC3545);
|
||||
static const Color warningColor = Color(0xFFFFC107);
|
||||
|
||||
static const Color jellyBean = Color(0xFF34BCCB);
|
||||
static const Color grey = Color(0xFF555555);
|
||||
static const Color grey20 = Color(0xFFE4E4E4);
|
||||
static const Color grey40 = Color(0xFFDADADA);
|
||||
@@ -29,6 +29,7 @@ class AppColors {
|
||||
static const Color grey70 = Color(0xFF444444);
|
||||
static const Color grey80 = Color(0xFF222222);
|
||||
static const Color grey10 = Color(0xFFF4F4F4);
|
||||
// static const Color grey20 = Color(0xFFE3E3E3);
|
||||
static const Color grey0 = Color(0xFFFCFCFC);
|
||||
static const Color backgroundColor = Color(0xFFFFFFFF);
|
||||
static const Color borderColor = Color(0xFFE1E1E1);
|
||||
@@ -42,4 +43,9 @@ class AppColors {
|
||||
|
||||
static const Color red0 = Color(0xFFF8D6D6);
|
||||
static const Color red10 = Color(0xFFC02525);
|
||||
static const Color paleOrange = Color(0xFFfff7ee);
|
||||
// static const Color red10 = Color(0xFFC02525);
|
||||
static const Color lightBlue = Color(0xFFe8ecfc);
|
||||
static const Color cyanAqua = Color(0xFFd6f4f8);
|
||||
static const Color cyanTeal = Color(0xFF24A6B4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user