Skip to content

Commit

Permalink
[#1] Feat: 색상 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
cucumber99 committed Jun 29, 2024
1 parent 010a702 commit e83be6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/common/color.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import 'package:flutter/material.dart';

const WHITE = Colors.white;

const YELLOW = Color(0xFFFFE872);

const BLACK = Colors.black;

0 comments on commit e83be6c

Please sign in to comment.