mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
feat: enhance domain management UI with loading states and improved button styles
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user