diff --git a/common/components/WalletDecrypt/WalletDecrypt.tsx b/common/components/WalletDecrypt/WalletDecrypt.tsx index 23eba26d..1bee7f0b 100644 --- a/common/components/WalletDecrypt/WalletDecrypt.tsx +++ b/common/components/WalletDecrypt/WalletDecrypt.tsx @@ -98,7 +98,7 @@ const WEB3_TYPES = { const WEB3_TYPE: string | false = (window as any).web3 && (window as any).web3.currentProvider.constructor.name; -const SECURE_WALLETS = ['web3', 'ledger-nano-s', 'trezor', 'digital-bitbox']; +const SECURE_WALLETS = ['web3', 'ledger-nano-s', 'trezor']; const INSECURE_WALLETS = ['private-key', 'keystore-file', 'mnemonic-phrase']; export class WalletDecrypt extends Component { diff --git a/common/components/WalletDecrypt/components/WalletButton.scss b/common/components/WalletDecrypt/components/WalletButton.scss index b209e824..2008d01a 100644 --- a/common/components/WalletDecrypt/components/WalletButton.scss +++ b/common/components/WalletDecrypt/components/WalletButton.scss @@ -27,7 +27,7 @@ flex: 1; height: 155px; max-width: 230px; - min-width: 300px; + min-width: 200px; padding: 25px 15px; margin: 0 $space-md $space;