Skip to content

Commit

Permalink
update: add app color
Browse files Browse the repository at this point in the history
  • Loading branch information
uswebk committed Sep 10, 2023
1 parent 1ac571d commit 274ffa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/color.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ class CoodigColors {
static const Color correctCard = Color(0xFFE6FFEC);
static const Color incorrectCard = Color(0xFFFFE6E9);
static const Color questionCard = Color(0xFF202F55);
static const Color success = Color(0xFF83DC96);
static const Color error = Color(0xFFF87B72);
}

0 comments on commit 274ffa0

Please sign in to comment.