Skip to content

Commit

Permalink
feat(#456): add largeSpace to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Aug 3, 2023
1 parent 95e362b commit 993b3ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/lib/common/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ class PharMeTheme {
static const errorColor = Color(0xccf52a2a);
static final borderColor = Colors.black.withOpacity(.2);

static const mediumSpace = 16.0;
static const smallSpace = 8.0;
static const mediumSpace = 16.0;
static const largeSpace = 32.0;
}

extension WarningLevelColor on WarningLevel {
Expand Down

0 comments on commit 993b3ed

Please sign in to comment.