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/base/action-button/index.css |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/app/components/base/action-button/index.css b/app/components/base/action-button/index.css
index 3c1a10b..96fbb14 100644
--- a/app/components/base/action-button/index.css
+++ b/app/components/base/action-button/index.css
@@ -2,11 +2,9 @@
 
 @layer components {
     .action-btn {
-        @apply inline-flex justify-center items-center cursor-pointer text-text-tertiary hover:text-text-secondary hover:bg-state-base-hover
-    }
-
-    .action-btn-hover {
-        @apply bg-state-base-hover
+        @apply inline-flex justify-center items-center cursor-pointer text-text-tertiary
+        hover:text-text-secondary 
+        hover:bg-state-base-hover 
     }
 
     .action-btn-disabled {
@@ -31,15 +29,21 @@
     }
 
     .action-btn.action-btn-active {
-        @apply text-text-accent bg-state-accent-active hover:bg-state-accent-active-alt
+        @apply 
+        text-text-accent 
+        bg-state-accent-active
+        hover:bg-state-accent-active-alt
     }
 
     .action-btn.action-btn-disabled {
-        @apply text-text-disabled
+        @apply
+        text-text-disabled
     }
 
     .action-btn.action-btn-destructive {
-        @apply text-text-destructive bg-state-destructive-hover
+        @apply
+        text-text-destructive
+        bg-state-destructive-hover
     }
 
-}
+}
\ No newline at end of file

--
Gitblit v1.8.0