diff --git a/pets/lib/components/pet/compact_pet_card.dart b/pets/lib/components/pet/compact_pet_card.dart index a886b43..379d319 100644 --- a/pets/lib/components/pet/compact_pet_card.dart +++ b/pets/lib/components/pet/compact_pet_card.dart @@ -29,7 +29,7 @@ class CompactPetCard extends HookWidget { children: [ Text( pet.nome, - style: Theme.of(context).textTheme.bodyMedium, + style: Theme.of(context).textTheme.titleMedium, ), const SizedBox(height: 4), Wrap(