feat: enhance domain management UI with loading states and improved button styles

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-20 23:25:23 +08:00
parent 2d7b4e316f
commit ac9f12b172
4 changed files with 50 additions and 34 deletions

View File

@@ -48,6 +48,15 @@ const buttonVariants = tv({
'disabled:text-gray-400',
'disabled:dark:text-gray-600',
],
text: [
'shadow-none',
'border-transparent',
'text-accent',
'bg-transparent',
'hover:bg-accent/10',
'disabled:text-accent/50',
'!px-0 !h-auto bg-transparent! hover:text-accent/80!',
],
destructive: [
'text-white',
'border-transparent',