mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
UX Multichain: Added extra margin for native token (#18988)
* added extra margin for native token * fixed lint errors * added marginTop via css * updated test * added boxprops and margin bottom for tab component * updated snapshot * update asset list component
This commit is contained in:
parent
50f2d06223
commit
e8dd6a6ff1
@ -701,11 +701,13 @@ export default class Home extends PureComponent {
|
||||
name={this.context.t('assets')}
|
||||
tabKey="assets"
|
||||
>
|
||||
<AssetList
|
||||
onClickAsset={(asset) =>
|
||||
history.push(`${ASSET_ROUTE}/${asset}`)
|
||||
}
|
||||
/>
|
||||
<Box marginTop={2}>
|
||||
<AssetList
|
||||
onClickAsset={(asset) =>
|
||||
history.push(`${ASSET_ROUTE}/${asset}`)
|
||||
}
|
||||
/>
|
||||
</Box>
|
||||
</Tab>
|
||||
<Tab
|
||||
activeClassName="home__tab--active"
|
||||
|
Loading…
Reference in New Issue
Block a user