2 parents 2f9dbee + f42b752 commit 3081accCopy full SHA for 3081acc
1 file changed
src/app/components/buttons/GradientButton.jsx
@@ -20,7 +20,7 @@ export default function GradientButton({
20
transform hover:scale-105 active:scale-95
21
${disabled
22
? 'bg-gray-400 dark:bg-gray-600 text-gray-200 cursor-not-allowed'
23
- : 'bg-gradient-to-r from-blue-500 to-red-500 hover:from-blue-600 hover:to-red-600 dark:from-yellow-600 dark:to-green-700 text-white hover:shadow-md'
+ : 'bg-gradient-to-r from-blue-500 to-red-500 hover:from-blue-600 hover:to-red-600 dark:from-yellow-600 dark:to-red-700 text-white hover:shadow-md'
24
}
25
${className}
26
`}
0 commit comments