Skip to content

Commit

Permalink
fix iOS color for PlatformCard widget
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Mar 11, 2024
1 parent 980bddd commit 3c4b0af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/widgets/platform.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ class PlatformCard extends StatelessWidget {
? CupertinoColors.systemBackground
: CupertinoColors.secondarySystemBackground
.resolveFrom(context)),
surfaceTintColor: surfaceTintColor,
shadowColor: shadowColor,
shape: borderRadius != null
? RoundedRectangleBorder(
borderRadius: borderRadius!,
Expand Down

0 comments on commit 3c4b0af

Please sign in to comment.