🔧 chore: 更新收藏列表中活动项的背景颜色和文本颜色

This commit is contained in:
alger
2025-05-14 21:46:15 +08:00
parent 28b9fd5475
commit 35b84f3e6a

View File

@@ -514,7 +514,7 @@
}
&.active {
@apply bg-green-400 text-primary dark:text-gray-200;
@apply bg-green-500 text-white dark:text-gray-100;
@apply font-medium;
}