Agent卡片组件UI;Agent聊天界面输入框显示问题

This commit is contained in:
2025-09-15 11:27:01 +08:00
parent 349d39daf2
commit e74e8615a5
2 changed files with 18 additions and 13 deletions

View File

@@ -283,7 +283,7 @@ fun ChatAiScreen(userId: String) {
Box(
modifier = Modifier
.fillMaxSize()
.background(AppColors.decentBackground)
.background(Color.White)
.padding(paddingValues)
) {
LazyColumn(