Skip to content

Commit

Permalink
UX: Fix TextColor value casing
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Jul 21, 2023
1 parent e1722d7 commit 65ad67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default function ApproveContentCard({
<Text
variant={TextVariant.headingSm}
fontWeight={FontWeight.Bold}
color={TextColor.TEXT_DEFAULT}
color={TextColor.textDefault}
as="h4"
>
{formatCurrency(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default function LedgerInstructionField({ showDataInstruction }) {
</span>,
usingWebHID &&
webHidConnectedStatus === WebHIDConnectedStatuses.notConnected,
TextColor.WARNING_DEFAULT,
TextColor.warningDefault,
)}
</div>
</BannerAlert>
Expand Down

0 comments on commit 65ad67e

Please sign in to comment.