We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c68f3f commit 9f34bfeCopy full SHA for 9f34bfe
ui/components/multichain/network-list-menu/add-non-evm-account/add-non-evm-account.tsx
@@ -12,7 +12,6 @@ import {
12
ButtonPrimarySize,
13
} from '../../../component-library';
14
import {
15
- BackgroundColor,
16
BlockSize,
17
Display,
18
FlexDirection,
@@ -44,7 +43,6 @@ const AddNonEvmAccountModal = ({ chainId }: { chainId: CaipChainId }) => {
44
43
</Box>
45
<Box
46
className="add-non-evm-account-modal__footer"
47
- backgroundColor={BackgroundColor.backgroundDefault}
48
padding={4}
49
width={BlockSize.Full}
50
>
0 commit comments