sync page

This commit is contained in:
efrilm
2025-10-24 20:25:30 +07:00
parent 71fa4823fc
commit dea5de8828
2 changed files with 62 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class AppColor {
static const Color secondaryDark = Color(0xFF388E3C);
// Background Colors
static const Color background = Color(0xFFF8F9FA);
static const Color background = Color(0xFFF1F5F9);
static const Color backgroundLight = Color(0xFFFFFFFF);
static const Color backgroundDark = Color(0xFF1A1A1A);
static const Color surface = Color(0xFFFFFFFF);