From 30105ecda0758ea9fcecf6d5df07b2ac45eae544 Mon Sep 17 00:00:00 2001 From: Mati Dastugue Date: Tue, 12 May 2020 11:40:19 -0300 Subject: [PATCH] Disable trezor fot the first release --- src/components/Root/OnboardCustom.scss | 8 ++++++-- src/logic/wallets/utils/walletList.js | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/Root/OnboardCustom.scss b/src/components/Root/OnboardCustom.scss index 610ee97e..50f4e1f1 100644 --- a/src/components/Root/OnboardCustom.scss +++ b/src/components/Root/OnboardCustom.scss @@ -1,6 +1,10 @@ /* Onboard.js custom styles */ :global(.bn-onboard-custom.bn-onboard-modal) { - font-family: "Averta"; + font-family: 'Averta'; z-index: 2001; -} \ No newline at end of file +} + +:global(.torusIframe) { + z-index: 9999; +} diff --git a/src/logic/wallets/utils/walletList.js b/src/logic/wallets/utils/walletList.js index ca1ee8d5..04268b2c 100644 --- a/src/logic/wallets/utils/walletList.js +++ b/src/logic/wallets/utils/walletList.js @@ -23,7 +23,7 @@ const wallets = [ appUrl: 'gnosis-safe.io', preferred: true, email: 'safe@gnosis.io', - desktop: true, + desktop: false, rpcUrl: infuraUrl, }, {