refactor: update button styles and improve delete dialog properties in dashboard pages

This commit is contained in:
Ardeman
2025-03-13 07:29:03 +08:00
parent 6878da0db2
commit d77ea01c59
10 changed files with 195 additions and 33 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const buttonVariants = cva(
newsPrimary:
'bg-[#2E2F7C] text-white text-lg hover:bg-[#4C5CA0] hover:shadow transition active:bg-[#6970B4]',
newsDanger:
'bg-red-500 text-white text-lg hover:bg-red-600 hover:shadow transition active:bg-red-700',
'bg-[#EF4444] text-white text-lg hover:shadow transition active:bg-[#FEE2E2] hover:bg-[#FCA5A5]',
newsPrimaryOutline:
'border-[3px] bg-[#2E2F7C] border-white text-white text-lg hover:bg-[#4C5CA0] hover:shadow-lg active:shadow-2xl transition active:bg-[#6970B4]',
newsSecondary: