Merge pull request #899 from gnosis/fix/disable-trezor

Disable trezor fot the first release
This commit is contained in:
Mati Dastugue 2020-05-12 11:54:45 -03:00 committed by GitHub
commit 15d301fffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
/* Onboard.js custom styles */
:global(.bn-onboard-custom.bn-onboard-modal) {
font-family: "Averta";
font-family: 'Averta';
z-index: 2001;
}
}
:global(.torusIframe) {
z-index: 9999;
}

View File

@ -23,7 +23,7 @@ const wallets = [
appUrl: 'gnosis-safe.io',
preferred: true,
email: 'safe@gnosis.io',
desktop: true,
desktop: false,
rpcUrl: infuraUrl,
},
{