From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/explore/item-operation/style.module.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/explore/item-operation/style.module.css b/app/components/explore/item-operation/style.module.css index 7d4a46a..5d2db27 100644 --- a/app/components/explore/item-operation/style.module.css +++ b/app/components/explore/item-operation/style.module.css @@ -3,7 +3,7 @@ } .actionName { - @apply text-text-secondary text-sm; + @apply text-gray-700 text-sm; } .commonIcon { @@ -29,5 +29,5 @@ } .deleteActionItem:hover .deleteActionItemChild { - @apply text-red-500; + @apply text-red-500; } -- Gitblit v1.8.0