mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Co-authored-by: George Marshall <george.marshall@consensys.net>
This commit is contained in:
parent
319696b4ef
commit
69132e7785
@ -20,7 +20,7 @@ import Box from '../../ui/box/box';
|
||||
import {
|
||||
Color,
|
||||
TextVariant,
|
||||
TEXT_ALIGN,
|
||||
TextAlign,
|
||||
} from '../../../helpers/constants/design-system';
|
||||
import { useI18nContext } from '../../../hooks/useI18nContext';
|
||||
import { MetaMetricsContext } from '../../../contexts/metametrics';
|
||||
@ -146,7 +146,7 @@ const AssetList = ({ onClickAsset }) => {
|
||||
color={Color.textAlternative}
|
||||
variant={TextVariant.bodySm}
|
||||
as="h6"
|
||||
textAlign={TEXT_ALIGN.CENTER}
|
||||
textAlign={TextAlign.Center}
|
||||
>
|
||||
{t('missingToken')}
|
||||
</Text>
|
||||
|
Loading…
Reference in New Issue
Block a user