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

pull/1817/head
ggurdin 7 months ago committed by GitHub
parent 162a264cf5
commit 25d64f4f72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save