首页UI调整

This commit is contained in:
weber
2025-08-14 19:04:20 +08:00
parent d8c091b19b
commit 112efa74e7
16 changed files with 993 additions and 95 deletions

View File

@@ -53,7 +53,7 @@ fun AgentCard(
Box(
modifier = Modifier.padding(start = 0.dp, end = 0.dp, top = 16.dp, bottom = 8.dp)
.noRippleClickable {
onClick ()
onClick ()
}
) {
Row(
@@ -84,7 +84,7 @@ fun AgentCard(
textAlign = TextAlign.Start,
text = agentEntity.title,
color = AppColors.text,
fontSize = 16.sp,
fontSize = 16.sp,
style = TextStyle(fontWeight = FontWeight.W700)
)
}