-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Description
Firefox and Chrome seem to behave differently when rendering this snippet:
<Container>
<Box>
<Heading size='md'>Settings</Heading>
<Box direction='horizontal' alignment='space-between'>
<Box direction='horizontal'>
<Image src={RpcIcon} alt='RPC' />
<Heading>RPC</Heading>
</Box>
<Button name="switch-rpc">Btn</Button>
</Box>
<Box direction='horizontal' alignment='space-between'>
<Box direction='horizontal'>
<Image src={ExplorerIcon} alt='Block explorer' />
<Heading>Block explorer</Heading>
</Box>
<Button name="switch-block-explorer">Btn</Button>
</Box>
</Box>
</Container>Firefox v134.0.2 on Linux
"@metamask/snaps-cli": "6.7.0",
"@metamask/snaps-sdk": "6.17.1",
"@metamask/snaps-ui": "3.1.0"
Metadata
Metadata
Assignees
Labels
No labels

