Skip to content

Commit

Permalink
spacing improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Sep 28, 2023
1 parent 6f43abb commit 8817896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,10 @@ export const ConnectWalletContent = (props: ConnectWalletContentProps) => {
marginTop="3"
gap="2"
flexDirection="row"
justifyContent="space-between"
justifyContent="flex-start"
alignItems="center"
flexWrap="wrap"
>
{miniConnectors.slice(0, 6).map(connector => {
{miniConnectors.map(connector => {
const Logo =
theme === 'dark'
? connector._wallet.miniLogoDark as React.FunctionComponent || connector._wallet.logoDark as React.FunctionComponent
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/constants/defaultSignInOptions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const defaultSignInOptions = {
showEmailInput: true,
miniAuthOptions: ['google', 'facebook', 'twitch','apple'],
miniAuthOptions: ['google', 'facebook', 'twitch', 'apple'],
authOptions: ['metamask', 'wallet-connect']
}

0 comments on commit 8817896

Please sign in to comment.