mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 16:29:19 +00:00
🔧 chore: add shadow to button
This commit is contained in:
parent
c5273ff530
commit
319822c8e6
@ -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"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user