fix: urgent providers fix
This commit is contained in:
parent
88e05853c1
commit
87eca91b9b
|
|
@ -344,7 +344,7 @@ export const AddProviderComponent: FC<{
|
|||
).json();
|
||||
modal.openModal({
|
||||
title: t('web3_provider', 'Web3 provider'),
|
||||
withCloseButton: false,
|
||||
withCloseButton: true,
|
||||
classNames: {
|
||||
modal: 'bg-transparent text-textColor',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue