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

@@ -17,13 +17,6 @@ class ChatBox extends StatelessWidget {
constraints: const BoxConstraints(
minHeight: 60,
),
decoration: BoxDecoration(
border: Border.all(
color: Colors.grey, // 边框颜色
width: 1.0, // 边框宽度
),
borderRadius: BorderRadius.circular(8.0), // 边框圆角
),
child: ListView.builder(
controller: scrollController,
itemCount: messages.length,