mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
perf: 优化错误规则显示
This commit is contained in:
parent
e4be8b6e60
commit
2fe9aa7609
|
@ -178,7 +178,8 @@ fun AppItemPage(
|
||||||
Text(
|
Text(
|
||||||
text = "规则组损坏",
|
text = "规则组损坏",
|
||||||
modifier = Modifier.fillMaxWidth(),
|
modifier = Modifier.fillMaxWidth(),
|
||||||
fontSize = 14.sp
|
fontSize = 14.sp,
|
||||||
|
color = MaterialTheme.colorScheme.error
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user