feat: color and image empty

This commit is contained in:
efrilm
2025-08-01 00:46:22 +07:00
parent 8767f02109
commit 74460c921b
2 changed files with 16 additions and 11 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ import 'package:flutter/material.dart';
class AppColors {
/// primary = #3949AB
static const Color primary = Color(0xff6466f1);
static const Color primary = Color(0xff36175e);
static const Color secondary = Color(0xfff1eaf9);
/// grey = #B7B7B7
static const Color grey = Color(0xffB7B7B7);