Skip to content

Commit 8fad58d

Browse files
authored
Remove transparency
1 parent c0c845b commit 8fad58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UI/Button.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Button = ({
4040
};
4141

4242
const buttonClasses = isHero
43-
? 'inline-block px-8 py-4 text-sm tracking-wider uppercase bg-white bg-opacity-90 text-gray-900 hover:bg-gray-400 hover:bg-opacity-95 hover:text-white hover:shadow-md'
43+
? 'inline-block px-8 py-4 text-sm tracking-wider uppercase bg-white text-gray-900 hover:bg-gray-400 hover:text-white hover:shadow-md'
4444
: `px-2 lg:px-4 py-2 font-bold border border-gray-400 border-solid rounded text-white ${getColorClasses(color)}`;
4545

4646
const classes = `${buttonClasses} ease-in-out transition-all duration-300 disabled:opacity-50 ${

0 commit comments

Comments
 (0)