Disable trezor fot the first release
This commit is contained in:
parent
dba3148d9c
commit
30105ecda0
|
@ -1,6 +1,10 @@
|
||||||
/* Onboard.js custom styles */
|
/* Onboard.js custom styles */
|
||||||
|
|
||||||
:global(.bn-onboard-custom.bn-onboard-modal) {
|
:global(.bn-onboard-custom.bn-onboard-modal) {
|
||||||
font-family: "Averta";
|
font-family: 'Averta';
|
||||||
z-index: 2001;
|
z-index: 2001;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.torusIframe) {
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ const wallets = [
|
||||||
appUrl: 'gnosis-safe.io',
|
appUrl: 'gnosis-safe.io',
|
||||||
preferred: true,
|
preferred: true,
|
||||||
email: 'safe@gnosis.io',
|
email: 'safe@gnosis.io',
|
||||||
desktop: true,
|
desktop: false,
|
||||||
rpcUrl: infuraUrl,
|
rpcUrl: infuraUrl,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue