chore: center hint text in span card (#5845)
This commit is contained in:
parent
72249b4766
commit
4eca61d216
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ class _MatchContent extends StatelessWidget {
|
|||
match.updatedMatch.match.message ??
|
||||
match.updatedMatch.match.type.defaultPrompt(context),
|
||||
style: BotStyle.text(context),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
isOpen
|
||||
? ChoicesArray(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue