Fix person list skeleton

This commit is contained in:
2025-03-08 14:50:02 -05:00
parent b763a1c7bd
commit 90337f92ab
2 changed files with 74 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ export default function PrimaryButton(props: ButtonProps){
"text-white": variant === "solid",
"text-blue-600 hover:text-blue-700 active:text-blue-800": (variant === "outline" || variant === "icon") && (!disabled),
"text-blue-400/80": (variant === "outline" || variant === "icon") && (disabled),
"text-blue-600 hover:text-white active:text-white": variant === "ghost" || variant === "outline-ghost",
"text-blue-600 hover:text-white active:text-white": (variant === "ghost" || variant === "outline-ghost") && (!disabled),
"text-blue-400/80 ": (variant === "ghost" || variant === "outline-ghost") && (disabled)
},
//Outline