🔧 chore: add shadow to button

This commit is contained in:
Andre H 2024-02-28 13:46:09 +07:00
parent c5273ff530
commit 319822c8e6

View File

@ -74,7 +74,7 @@ const ConnectAccount: React.FC<ConnectAccountInterface> = ({
height={1000}
>
<Button
className="w-full sm:w-auto"
className="w-full sm:w-auto shadow-button"
leftIcon={<GithubIcon />}
variant="tertiary"
>
@ -82,7 +82,7 @@ const ConnectAccount: React.FC<ConnectAccountInterface> = ({
</Button>
</OauthPopup>
<Button
className="w-full sm:w-auto"
className="w-full sm:w-auto shadow-button"
leftIcon={<GitTeaIcon />}
variant="tertiary"
>