feat: payment page

This commit is contained in:
efrilm
2025-08-05 10:26:25 +07:00
parent 1b1d01c1e8
commit a436769ec1
3 changed files with 456 additions and 7 deletions
+4
View File
@@ -39,4 +39,8 @@ class AppColors {
static const Color stroke = Color(0xffEFF0F6);
static const Color background = Color.fromARGB(255, 241, 241, 241);
static const Color primaryLight = Color(0xFF5A3E8A);
static const Color greyLight = Color(0xFFE0E0E0);
static const Color greyDark = Color(0xFF707070);
}