text颜色
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user