Merge branch 'refactor/spaceship-entrance' of https://github.com/VGVentures/pinball into refactor/spaceship-entrance

pull/298/head
Allison Ryan 3 years ago
commit 575cd45249

@ -138,8 +138,8 @@ class _Character extends StatelessWidget {
return Expanded(
child: Opacity(
opacity: isSelected ? 1 : 0.3,
child: InkWell(
onTap: () =>
child: TextButton(
onPressed: () =>
context.read<CharacterThemeCubit>().characterSelected(character),
child: character.icon.image(fit: BoxFit.contain),
),

Loading…
Cancel
Save