smaller font size

This commit is contained in:
Chen Li
2025-08-22 17:07:12 +08:00
parent d2546d7dbb
commit 926f162287
2 changed files with 3 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ class _ChatBubbleState extends State<ChatBubble> {
_buildStatusRow(hasBottomMargin: true),
Text(
message.text,
style: TextStyle(color: Colors.white, fontSize: 16),
style: TextStyle(color: Colors.white, fontSize: 14),
)
],
],
@@ -195,7 +195,7 @@ class _ChatBubbleState extends State<ChatBubble> {
}
static final MarkdownStyleSheet _markdownStyleSheet = MarkdownStyleSheet(
p: const TextStyle(fontSize: 16, color: Colors.white, height: 1.5),
p: const TextStyle(fontSize: 14, color: Colors.white, height: 1.5),
h1: const TextStyle(
fontSize: 20, fontWeight: FontWeight.bold, color: Colors.white),
h2: const TextStyle(
@@ -284,7 +284,7 @@ class _ChatBubbleState extends State<ChatBubble> {
? '内容由AI生成具体以实际情况为准'
: 'Generated by AI, for reference only.',
style:
const TextStyle(fontSize: 12, color: Colors.grey),
const TextStyle(fontSize: 11, color: Colors.grey),
),
),
Row(