fix text adventure title padding
This commit is contained in:
parent
d5b0c1944b
commit
62d71285a4
1 changed files with 1 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue