feat: 更新样式,将文本颜色调整为动态变量以提升可维护性

This commit is contained in:
2025-12-25 19:39:35 +07:00
parent 9b766cddd5
commit 7df2219f77

View File

@@ -146,7 +146,7 @@ ion-item {
} }
.end { .end {
@apply text-sm text-gray-300 flex items-center space-x-2; @apply text-sm text-(--ion-text-color-step-100) flex items-center space-x-2;
} }
.icon { .icon {