Skip to content

Commit fa9b7bb

Browse files
committed
.
1 parent 6fc73c7 commit fa9b7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/card/gf_card.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class GFCard extends StatelessWidget {
115115

116116
@override
117117
Widget build(BuildContext context) {
118-
final CardThemeData cardTheme = Theme.of(context).cardTheme;
118+
final CardThemeData cardTheme = CardTheme.of(context);
119119

120120
final Widget cardChild = Padding(
121121
padding: padding,

0 commit comments

Comments
 (0)