Skip to content

Commit

Permalink
feat: Add green color for card valid status #2764
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jul 9, 2024
1 parent 8025f0c commit ea678ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/theme/app_theme/app_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ class AppTheme {
seedColor: seedColor,
brightness: brightness,
dynamicSchemeVariant: DynamicSchemeVariant.fidelity,
surfaceTint: brightness == Brightness.dark
? const Color(0xFF00FF00)
: const Color(0xFF00CC00),
),
);
}
Expand Down

0 comments on commit ea678ae

Please sign in to comment.