fix text adventure title padding

This commit is contained in:
WilsonLe 2024-08-07 10:59:43 -04:00
parent d5b0c1944b
commit 62d71285a4

View file

@ -18,6 +18,7 @@ class ConversationBotTextAdventureZone extends StatelessWidget {
Widget build(BuildContext context) {
return Column(
children: [
const SizedBox(height: 12),
Text(
L10n.of(context)!.conversationBotTextAdventureZone_title,
style: TextStyle(