Skip to content

Commit

Permalink
change light bg to FAFAFA (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Nov 5, 2021
1 parent 0625db4 commit 9c73c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utils/colors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Colors {
static const Color red = Color(0xFFff0000);
static const Color green = Color(0xFF0e8420);
static const Color disabledGreyDark = Color(0xFF535353);
static const Color porcelain = Color(0xFFF7F7F7);
static const Color porcelain = Color(0xFFFAFAFA);
static const Color inkstone = Color(0xFF3B3B3B);
static const Color jet = Color(0xFF2B2B2B);
}

0 comments on commit 9c73c15

Please sign in to comment.