We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789760f commit 64f31f5Copy full SHA for 64f31f5
src/components/UI/Button.component.tsx
@@ -33,7 +33,7 @@ const Button = ({
33
href,
34
}: IButtonProps) => {
35
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'
+ ? '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'
37
: `px-2 lg:px-4 py-2 font-bold border border-gray-400 border-solid rounded text-white ${
38
color === 'blue'
39
? 'bg-blue-500 hover:bg-blue-600'
0 commit comments