Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed Mar 7, 2024
1 parent e157d67 commit 554230d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions packages/connectkit/src/assets/logos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export const MetaMask = ({ background = false, ...props }) => (
style={
background
? {
background:
'linear-gradient(0deg, var(--ck-brand-metamask-12), var(--ck-brand-metamask-11))',
borderRadius: '27.5%',
}
background:
'linear-gradient(0deg, var(--ck-brand-metamask-12), var(--ck-brand-metamask-11))',
borderRadius: '27.5%',
}
: undefined
}
width="32"
Expand Down Expand Up @@ -458,8 +458,9 @@ export const Rainbow = ({ round = false, ...props }) => {
xmlns="http://www.w3.org/2000/svg"
style={{
backgroundSize: '100% 100%',
backgroundImage: `url("${round ? roundWithBackground : withBackground
}")`,
backgroundImage: `url("${
round ? roundWithBackground : withBackground
}")`,
}}
/>
);
Expand Down
4 changes: 2 additions & 2 deletions packages/connectkit/src/wallets/walletConfigs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ export const walletConfigs: {
return isAndroid()
? uri
: `https://rnbwapp.com/wc?uri=${encodeURIComponent(
uri
)}&connector=connectkit`;
uri
)}&connector=connectkit`;
},
},
'io.rabby': {
Expand Down

0 comments on commit 554230d

Please sign in to comment.