mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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')}
|
name={this.context.t('assets')}
|
||||||
tabKey="assets"
|
tabKey="assets"
|
||||||
>
|
>
|
||||||
|
<Box marginTop={2}>
|
||||||
<AssetList
|
<AssetList
|
||||||
onClickAsset={(asset) =>
|
onClickAsset={(asset) =>
|
||||||
history.push(`${ASSET_ROUTE}/${asset}`)
|
history.push(`${ASSET_ROUTE}/${asset}`)
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
</Box>
|
||||||
</Tab>
|
</Tab>
|
||||||
<Tab
|
<Tab
|
||||||
activeClassName="home__tab--active"
|
activeClassName="home__tab--active"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user