[优化] 优化目录界面
This commit is contained in:
@@ -953,11 +953,7 @@ private fun StatusIcon(
|
|||||||
"SUCCESS_WORD_COUNT" -> {
|
"SUCCESS_WORD_COUNT" -> {
|
||||||
NormalCard(
|
NormalCard(
|
||||||
cornerRadius = 12.dp,
|
cornerRadius = 12.dp,
|
||||||
border = BorderStroke(
|
containerColor = LegadoTheme.colorScheme.surfaceContainer
|
||||||
1.dp,
|
|
||||||
LegadoTheme.colorScheme.outlineVariant
|
|
||||||
),
|
|
||||||
containerColor = Color.Transparent
|
|
||||||
) {
|
) {
|
||||||
if (wordCount != null) {
|
if (wordCount != null) {
|
||||||
AppText(
|
AppText(
|
||||||
|
|||||||
Reference in New Issue
Block a user