mod: sys notice align

This commit is contained in:
guozhigq
2024-10-24 00:49:10 +08:00
parent 13e7a50a89
commit 27c7a34e20

View File

@ -153,6 +153,7 @@ class ChatItem extends StatelessWidget {
jsonDecode(content['content'])
.map((m) => m['text'] as String)
.join("\n"),
textAlign: TextAlign.center,
style: TextStyle(
letterSpacing: 0.6,
height: 5,
@ -391,7 +392,8 @@ class ChatItem extends StatelessWidget {
),
),
],
)),
),
),
],
),
),