feat: type dialog

This commit is contained in:
efrilm
2025-08-01 01:17:00 +07:00
parent 74460c921b
commit f3e6d49a27
4 changed files with 172 additions and 59 deletions
+1 -1
View File
@@ -3,7 +3,6 @@ import 'package:flutter/material.dart';
class AppColors {
/// primary = #3949AB
static const Color primary = Color(0xff36175e);
static const Color secondary = Color(0xfff1eaf9);
/// grey = #B7B7B7
static const Color grey = Color(0xffB7B7B7);
@@ -19,6 +18,7 @@ class AppColors {
/// white = #FFFFFF
static const Color white = Color(0xffFFFFFF);
static const Color whiteText = Color(0xfff1eaf9);
/// green = #50C474
static const Color green = Color(0xff50C474);