diff --git a/components/Buttons/button.js b/components/Buttons/button.js index 9cd32e7e..03f77c25 100644 --- a/components/Buttons/button.js +++ b/components/Buttons/button.js @@ -6,7 +6,7 @@ function Button({className, children, overlay, onClick, type, disabled}) { disabled={disabled} type={type} onClick={onClick} - className={`${overlay ? '' : 'gradient-bg'} text-white h-[54px] rounded-md p-[8px] ${className}`} + className={`${overlay ? '' : 'gradient-bg'} text-white h-[70px] rounded-md p-[8px] ${className}`} >{children} ); } diff --git a/components/Header/header.js b/components/Header/header.js index a4b18c19..c0a69c6d 100644 --- a/components/Header/header.js +++ b/components/Header/header.js @@ -101,7 +101,7 @@ function Header() { target='_blank' rel='noreferrer' > - +