smaller font size
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user