Skip to content

Commit

Permalink
fix: Remove unnecessary color in app_card
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Sep 19, 2024
1 parent 731bf15 commit 55a0de5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app_center/lib/widgets/app_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ class AppCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
return YaruBanner(
// TODO: Remove color once we have upgraded to a yaru version > 4.1.0
color: Theme.of(context).cardColor,
padding: const EdgeInsets.all(kCardSpacing),
onTap: onTap,
child: Flex(
Expand Down

0 comments on commit 55a0de5

Please sign in to comment.