text颜色

This commit is contained in:
2025-09-26 18:50:51 +08:00
parent 074009d256
commit 1202b55c74

View File

@@ -490,6 +490,7 @@ fun AddAgentScreen() {
Text( Text(
text = stringResource(R.string.avatar), text = stringResource(R.string.avatar),
fontSize = 12.sp, fontSize = 12.sp,
color = appColors.text,
fontWeight = FontWeight.W600 fontWeight = FontWeight.W600
) )
Spacer(modifier = Modifier.height(4.dp)) Spacer(modifier = Modifier.height(4.dp))
@@ -544,6 +545,7 @@ fun AddAgentScreen() {
Text( Text(
text = stringResource(R.string.agent_name), text = stringResource(R.string.agent_name),
fontSize = 12.sp, fontSize = 12.sp,
color = appColors.text,
fontWeight = FontWeight.W600 fontWeight = FontWeight.W600
) )
Spacer(modifier = Modifier.height(4.dp)) Spacer(modifier = Modifier.height(4.dp))
@@ -558,6 +560,7 @@ fun AddAgentScreen() {
Text( Text(
text = stringResource(R.string.agent_desc), text = stringResource(R.string.agent_desc),
fontSize = 12.sp, fontSize = 12.sp,
color = appColors.text,
fontWeight = FontWeight.W600 fontWeight = FontWeight.W600
) )
Spacer(modifier = Modifier.height(4.dp)) Spacer(modifier = Modifier.height(4.dp))