stuff
Some checks are pending
Web App CI / test (push) Waiting to run
Web App CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions

This commit is contained in:
Dmitry 2025-12-20 21:01:40 +03:00
parent f5bd53828c
commit a27da8b370
2 changed files with 0 additions and 2 deletions

View file

@ -47,7 +47,6 @@ class CardFavoriteButton extends StatelessWidget {
cardId,
),
icon: Container(
padding: const EdgeInsets.all(8),
child: Icon(
isFavorite ? Icons.favorite : Icons.favorite_border,
color: isFavorite ? Colors.red : colorScheme.onSurface,

View file

@ -58,7 +58,6 @@ class PackCardItem extends StatelessWidget {
onTap: onToggleFavorite,
child: Container(
key: ValueKey('$favoriteRootKeyPrefix${card.id}'),
padding: const EdgeInsets.all(6),
child: Icon(
isFavorite ? Icons.favorite : Icons.favorite_border,
size: 14,