From 62d71285a47889aaa50e942083ade67f5855f24b Mon Sep 17 00:00:00 2001 From: WilsonLe Date: Wed, 7 Aug 2024 10:59:43 -0400 Subject: [PATCH] fix text adventure title padding --- .../conversation_bot/conversation_bot_text_adventure_zone.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pangea/widgets/conversation_bot/conversation_bot_text_adventure_zone.dart b/lib/pangea/widgets/conversation_bot/conversation_bot_text_adventure_zone.dart index 7f47bd018..0792295e9 100644 --- a/lib/pangea/widgets/conversation_bot/conversation_bot_text_adventure_zone.dart +++ b/lib/pangea/widgets/conversation_bot/conversation_bot_text_adventure_zone.dart @@ -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(