Skip to content

Commit

Permalink
update button size
Browse files Browse the repository at this point in the history
  • Loading branch information
corlard3y committed Nov 9, 2024
1 parent 376ea48 commit c7887b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/dashboard/components/ClaimSocialHandles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const ClaimSocialHandles: FC<ClaimSocialHandlesProps> = () => {
</Box>
<Button
aria-label="Claim"
size="medium"
size="small"
variant="tertiary"
>
Claim
Expand Down
3 changes: 2 additions & 1 deletion src/modules/dashboard/components/ConnectSocialHandles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const ConnectSocialHandles: FC<ConnectSocialHandlesProps> = () => {
>
<Button
variant="outline"
size="small"
trailingIcon={<CaretDown />}
>
[email protected]
Expand All @@ -88,7 +89,7 @@ const ConnectSocialHandles: FC<ConnectSocialHandlesProps> = () => {
) : (
<Button
aria-label="Connect"
size="medium"
size="small"
variant="tertiary"
>
Connect
Expand Down

0 comments on commit c7887b6

Please sign in to comment.