Skip to content

Commit 64f31f5

Browse files
committed
Hero button hover effect
1 parent 789760f commit 64f31f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UI/Button.component.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Button = ({
3333
href,
3434
}: IButtonProps) => {
3535
const buttonClasses = isHero
36-
? 'inline-block px-8 py-4 text-sm tracking-wider uppercase bg-white text-gray-900 hover:bg-gray-400 hover:text-white'
36+
? 'inline-block px-8 py-4 text-sm tracking-wider uppercase bg-white text-gray-900 hover:bg-gray-400 hover:text-white shadow-md'
3737
: `px-2 lg:px-4 py-2 font-bold border border-gray-400 border-solid rounded text-white ${
3838
color === 'blue'
3939
? 'bg-blue-500 hover:bg-blue-600'

0 commit comments

Comments
 (0)