Skip to content

Commit

Permalink
Merge pull request #76 from Web3Auth/fix/rename-torus-eth-wallet
Browse files Browse the repository at this point in the history
Change torus eth wallet to torus wallet
  • Loading branch information
chaitanyapotti authored Mar 4, 2022
2 parents 790d51d + 66845c9 commit b04e3f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/modal/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const defaultEvmDappModalConfig: AdaptersModalConfig = {
chainNamespace: CHAIN_NAMESPACES.EIP155,
adapters: {
[EVM_ADAPTERS.TORUS_EVM]: {
label: "Torus Eth Wallet",
label: "Torus Wallet",
showOnModal: true,
showOnMobile: true,
showOnDesktop: true,
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/css/web3auth.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@

#w3a-modal .w3a-external-container {
display: block;
margin-bottom: 34px;
}

#w3a-modal .w3a-external-container.w3a-external-container--hidden {
Expand Down Expand Up @@ -504,7 +505,7 @@
}

#w3a-modal .w3a-wallet-connect__container {
padding: 10px 20px;
padding: 10px;
background: #ffffff;
border-radius: 10px;
color: var(--text-color1);
Expand Down

0 comments on commit b04e3f8

Please sign in to comment.