首页UI调整
This commit is contained in:
@@ -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)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user