From e83be6c0389cb3b548a81c8287681ce854e4a598 Mon Sep 17 00:00:00 2001 From: cucumber99 Date: Sat, 29 Jun 2024 14:33:06 +0900 Subject: [PATCH] =?UTF-8?q?[#1]=20Feat:=20=EC=83=89=EC=83=81=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common/color.dart | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/common/color.dart diff --git a/lib/common/color.dart b/lib/common/color.dart new file mode 100644 index 0000000..aa9be4f --- /dev/null +++ b/lib/common/color.dart @@ -0,0 +1,7 @@ +import 'package:flutter/material.dart'; + +const WHITE = Colors.white; + +const YELLOW = Color(0xFFFFE872); + +const BLACK = Colors.black; \ No newline at end of file