perf: 优化错误规则显示

This commit is contained in:
lisonge 2023-11-07 14:02:54 +08:00
parent e4be8b6e60
commit 2fe9aa7609

View File

@ -178,7 +178,8 @@ fun AppItemPage(
Text(
text = "规则组损坏",
modifier = Modifier.fillMaxWidth(),
fontSize = 14.sp
fontSize = 14.sp,
color = MaterialTheme.colorScheme.error
)
}
}