add random candidato
All checks were successful
Frontend Build and Deploy / build (push) Successful in 1m2s

This commit is contained in:
2025-06-10 20:39:19 -03:00
parent 1e4f288ec4
commit 2764dbdc4e
6 changed files with 76 additions and 12 deletions

View File

@@ -31,12 +31,9 @@ const Button: React.FC<ButtonProps> = ({
rounded-full
backdrop-blur-xs
shadow-xl
ring-1
transition-all
duration-200
hover:ring-indigo-400/20
hover:bg-gray-700/40
ring-gray-900
text-white
transition-colors
${animationClasses} ${cursorClasses} ${className}`;