Skip to content

Commit

Permalink
Update card_use_case.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Nov 26, 2024
1 parent 58f9f7f commit cfd6f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/remix/demo/lib/components/card_use_case.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import 'package:widgetbook_annotation/widgetbook_annotation.dart' as widgetbook;
type: Card,
)
Widget buildCard(BuildContext context) {
final color = context.$color.neutral(10);
return Scaffold(
body: Center(
child: Card(
Expand Down

0 comments on commit cfd6f99

Please sign in to comment.