We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c845b commit 8fad58dCopy full SHA for 8fad58d
src/components/UI/Button.component.tsx
@@ -40,7 +40,7 @@ const Button = ({
40
};
41
42
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'
+ ? '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'
44
: `px-2 lg:px-4 py-2 font-bold border border-gray-400 border-solid rounded text-white ${getColorClasses(color)}`;
45
46
const classes = `${buttonClasses} ease-in-out transition-all duration-300 disabled:opacity-50 ${
0 commit comments