mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
add text variant definition
This commit is contained in:
parent
62cc7426d3
commit
2008ada100
@ -104,7 +104,11 @@ const CancelSpeedupPopover = () => {
|
|||||||
className="cancel-speedup-popover__description"
|
className="cancel-speedup-popover__description"
|
||||||
>
|
>
|
||||||
{t('cancelSpeedUpLabel', [
|
{t('cancelSpeedUpLabel', [
|
||||||
<Text as="strong" key="cancelSpeedupCancel">
|
<Text
|
||||||
|
as="strong"
|
||||||
|
variant={TextVariant.bodySm}
|
||||||
|
key="cancelSpeedupCancel"
|
||||||
|
>
|
||||||
{t('replace')}
|
{t('replace')}
|
||||||
</Text>,
|
</Text>,
|
||||||
])}
|
])}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user