mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
UX: Fix TextColor value casing (#20133)
* UX: Fix TextColor value casing * Fix snapshot
This commit is contained in:
parent
11b2c425d4
commit
d5dbdfa912
@ -184,7 +184,7 @@ export default function ApproveContentCard({
|
|||||||
<Text
|
<Text
|
||||||
variant={TextVariant.headingSm}
|
variant={TextVariant.headingSm}
|
||||||
fontWeight={FontWeight.Bold}
|
fontWeight={FontWeight.Bold}
|
||||||
color={TextColor.TEXT_DEFAULT}
|
color={TextColor.textDefault}
|
||||||
as="h4"
|
as="h4"
|
||||||
>
|
>
|
||||||
{formatCurrency(
|
{formatCurrency(
|
||||||
|
@ -33,7 +33,7 @@ exports[`LedgerInstructionField Component rendering should render properly with
|
|||||||
• Enable "smart contract data" or "blind signing" on your Ledger device.
|
• Enable "smart contract data" or "blind signing" on your Ledger device.
|
||||||
</h6>
|
</h6>
|
||||||
<h6
|
<h6
|
||||||
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
|
class="mm-box mm-text mm-text--body-md mm-box--color-warning-default"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
<button
|
<button
|
||||||
|
@ -197,7 +197,7 @@ export default function LedgerInstructionField({ showDataInstruction }) {
|
|||||||
</span>,
|
</span>,
|
||||||
usingWebHID &&
|
usingWebHID &&
|
||||||
webHidConnectedStatus === WebHIDConnectedStatuses.notConnected,
|
webHidConnectedStatus === WebHIDConnectedStatuses.notConnected,
|
||||||
TextColor.WARNING_DEFAULT,
|
TextColor.warningDefault,
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</BannerAlert>
|
</BannerAlert>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user