Merge pull request 'completion of documents web screen added' (#133) from final_completion_of_documents_screen into main

Reviewed-on: https://repo.ravanertebat.com/TM/tm_app/pulls/133
This commit is contained in:
a.ghabeli
2025-09-16 08:07:56 +03:30
17 changed files with 764 additions and 3 deletions
+6
View File
@@ -168,4 +168,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);
}