6/1/2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user