chore: Follow up emoji picker design

This commit is contained in:
Krille 2025-01-26 16:50:15 +01:00
parent fac2e5bde3
commit 63e603614b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -103,6 +103,7 @@ class NoRecent extends StatelessWidget {
child: Text(
L10n.of(context).emoteKeyboardNoRecents,
style: Theme.of(context).textTheme.bodyLarge,
textAlign: TextAlign.center,
),
),
);