Skip to content

Commit 3081acc

Browse files
authored
Merge pull request #152 from DhruvaPratapSingh/feature/ds06
Add gradient button
2 parents 2f9dbee + f42b752 commit 3081acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/buttons/GradientButton.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function GradientButton({
2020
transform hover:scale-105 active:scale-95
2121
${disabled
2222
? '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'
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-red-700 text-white hover:shadow-md'
2424
}
2525
${className}
2626
`}

0 commit comments

Comments
 (0)