From 23f4b58dcaa07b4c452eb20f4612be6c3cf9c322 Mon Sep 17 00:00:00 2001 From: George Marshall Date: Tue, 10 May 2022 10:28:30 -0700 Subject: [PATCH] Updating alert text color (#14674) --- .../app/confirm-page-container/confirm-detail-row/index.scss | 2 +- .../app/ledger-instruction-field/ledger-instruction-field.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/app/confirm-page-container/confirm-detail-row/index.scss b/ui/components/app/confirm-page-container/confirm-detail-row/index.scss index 9645ef29b..25a7d8fe1 100644 --- a/ui/components/app/confirm-page-container/confirm-detail-row/index.scss +++ b/ui/components/app/confirm-page-container/confirm-detail-row/index.scss @@ -9,7 +9,7 @@ @include H7; font-weight: 500; - color: var(--color-text-allternative); + color: var(--color-text-alternative); text-transform: uppercase; } diff --git a/ui/components/app/ledger-instruction-field/ledger-instruction-field.js b/ui/components/app/ledger-instruction-field/ledger-instruction-field.js index 09ffafe32..8ac942f52 100644 --- a/ui/components/app/ledger-instruction-field/ledger-instruction-field.js +++ b/ui/components/app/ledger-instruction-field/ledger-instruction-field.js @@ -38,7 +38,7 @@ import { attemptLedgerTransportCreation } from '../../../store/actions'; const renderInstructionStep = ( text, show = true, - color = COLORS.PRIMARY_DEFAULT, + color = COLORS.TEXT_DEFAULT, ) => { return ( show && (