completion of documents web screen added

This commit is contained in:
amirrezaghabeli
2025-09-15 15:49:54 +03:30
parent 1a40d67f2e
commit 13d6c51673
17 changed files with 764 additions and 3 deletions
+6
View File
@@ -159,4 +159,10 @@ class AppColors {
static const Color lightBlue = Color(0xFFe8ecfc);
static const Color cyanAqua = Color(0xFFd6f4f8);
static const Color cyanTeal = Color(0xFF24A6B4);
static const Color yellow1 = Color(0xFFFFF7EE);
static const Color yellow2 = Color(0xFFFFE4C9);
static const Color yellow3 = Color(0xFFF8EAD6);
static const Color yellow4 = Color(0xFFC07A25);
static const Color secondaryborder = Color(0xFFCDCDCD);
static const Color secondaryborder2 = Color(0xFFDADADA);
}