From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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