fix: urgent providers fix

This commit is contained in:
Nevo David 2026-01-17 17:01:54 +07:00
parent 88e05853c1
commit 87eca91b9b
1 changed files with 1 additions and 1 deletions

View File

@ -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',
},