chore: vertically center items in construct notification (#2265)

This commit is contained in:
ggurdin 2025-03-28 15:59:13 -04:00 committed by GitHub
parent 162a264cf5
commit 25d64f4f72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,7 @@ void showUnlockedMorphsSnackbar(
child: Wrap(
spacing: 16.0,
alignment: WrapAlignment.center,
crossAxisAlignment: WrapCrossAlignment.center,
children: [
Text(
L10n.of(context).youUnlocked,