Skip to content

Commit

Permalink
Update constants.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
aymendn committed Apr 7, 2022
1 parent 69c007c commit 833e979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const kTextLightColor = Color(0xFF656565);
const kWhiteColor = Color(0xFFFFFFFF);
const kBlueColor = Color(0xFF21A5B7);
const kBlueColorLight = Color(0xFF85C9D1);
const kErrorColor = Color.fromARGB(255, 247, 77, 77);

const kDefaultPadding = 20.0;

Expand Down

0 comments on commit 833e979

Please sign in to comment.