From ad1abaaef4ce0474214b9fc802964413b12b72ad Mon Sep 17 00:00:00 2001 From: George Marshall Date: Thu, 28 Apr 2022 06:03:12 -0700 Subject: [PATCH] Updating text/muted to text/alternative for select text on home screen (#14553) --- ui/components/app/selected-account/index.scss | 2 +- ui/components/app/wallet-overview/index.scss | 4 ++-- ui/components/ui/list-item/index.scss | 2 +- ui/pages/home/home.component.js | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/components/app/selected-account/index.scss b/ui/components/app/selected-account/index.scss index bb973d5c7..a0d87d47a 100644 --- a/ui/components/app/selected-account/index.scss +++ b/ui/components/app/selected-account/index.scss @@ -25,7 +25,7 @@ &__address { @include H7; - color: var(--color-text-muted); + color: var(--color-text-alternative); display: flex; align-items: center; } diff --git a/ui/components/app/wallet-overview/index.scss b/ui/components/app/wallet-overview/index.scss index 19a4db1a2..e408604d9 100644 --- a/ui/components/app/wallet-overview/index.scss +++ b/ui/components/app/wallet-overview/index.scss @@ -79,7 +79,7 @@ &__secondary-balance { @include Paragraph; - color: var(--color-text-muted); + color: var(--color-text-alternative); } &__button { @@ -125,7 +125,7 @@ &__secondary-balance { @include H5; - color: var(--color-text-muted); + color: var(--color-text-alternative); } &__button { diff --git a/ui/components/ui/list-item/index.scss b/ui/components/ui/list-item/index.scss index 3e936517f..05ece17c3 100644 --- a/ui/components/ui/list-item/index.scss +++ b/ui/components/ui/list-item/index.scss @@ -67,7 +67,7 @@ @include H7; grid-area: sub; - color: var(--color-text-muted); + color: var(--color-text-alternative); margin-top: 4px; // all direct descendants should be truncated with ellipses // allows flexibility in consuming components to use h3/other tag diff --git a/ui/pages/home/home.component.js b/ui/pages/home/home.component.js index c6ee2e3e1..2a26d5948 100644 --- a/ui/pages/home/home.component.js +++ b/ui/pages/home/home.component.js @@ -281,14 +281,14 @@ export default class Home extends PureComponent { descriptionText={ <> {t('somethingWentWrong')}