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
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:
parent
f5bd53828c
commit
a27da8b370
2 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue