This commit is contained in:
Hamza-Ayed
2024-06-01 14:32:23 +03:00
parent 1ba7ce1003
commit 01f792f4f7
7 changed files with 39 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ class AppColor {
static const Color primaryColor = Colors.black; // Slightly softer red
static const Color secondaryColor = Color.fromARGB(255, 255, 255, 255);
static const Color accentColor =
Color.fromARGB(255, 185, 169, 169); // Google Green
Color.fromARGB(255, 231, 84, 84); // Google Green
static const Color backgroundColor =
Color(0xFFF5F5F5); // Light grey background
static const Color redColor = Color(0xFFEA4335); // Google Red