1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Updating text/muted to text/alternative for select text on home screen (#14553)

This commit is contained in:
George Marshall 2022-04-28 06:03:12 -07:00 committed by GitHub
parent 6309d53650
commit ad1abaaef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@
&__address { &__address {
@include H7; @include H7;
color: var(--color-text-muted); color: var(--color-text-alternative);
display: flex; display: flex;
align-items: center; align-items: center;
} }

View File

@ -79,7 +79,7 @@
&__secondary-balance { &__secondary-balance {
@include Paragraph; @include Paragraph;
color: var(--color-text-muted); color: var(--color-text-alternative);
} }
&__button { &__button {
@ -125,7 +125,7 @@
&__secondary-balance { &__secondary-balance {
@include H5; @include H5;
color: var(--color-text-muted); color: var(--color-text-alternative);
} }
&__button { &__button {

View File

@ -67,7 +67,7 @@
@include H7; @include H7;
grid-area: sub; grid-area: sub;
color: var(--color-text-muted); color: var(--color-text-alternative);
margin-top: 4px; margin-top: 4px;
// all direct descendants should be truncated with ellipses // all direct descendants should be truncated with ellipses
// allows flexibility in consuming components to use h3/other tag // allows flexibility in consuming components to use h3/other tag

View File

@ -281,14 +281,14 @@ export default class Home extends PureComponent {
descriptionText={ descriptionText={
<> <>
<Typography <Typography
color={COLORS.TEXT_MUTED} color={COLORS.TEXT_ALTERNATIVE}
variant={TYPOGRAPHY.H5} variant={TYPOGRAPHY.H5}
fontWeight={FONT_WEIGHT.NORMAL} fontWeight={FONT_WEIGHT.NORMAL}
> >
{t('somethingWentWrong')} {t('somethingWentWrong')}
</Typography> </Typography>
<Typography <Typography
color={COLORS.TEXT_MUTED} color={COLORS.TEXT_ALTERNATIVE}
variant={TYPOGRAPHY.H7} variant={TYPOGRAPHY.H7}
fontWeight={FONT_WEIGHT.NORMAL} fontWeight={FONT_WEIGHT.NORMAL}
> >