Merge pull request #899 from gnosis/fix/disable-trezor
Disable trezor fot the first release
This commit is contained in:
commit
15d301fffc
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ const wallets = [
|
|||
appUrl: 'gnosis-safe.io',
|
||||
preferred: true,
|
||||
email: 'safe@gnosis.io',
|
||||
desktop: true,
|
||||
desktop: false,
|
||||
rpcUrl: infuraUrl,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue