1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02: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 {
@include H7;
color: var(--color-text-muted);
color: var(--color-text-alternative);
display: flex;
align-items: center;
}

View File

@ -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 {

View File

@ -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

View File

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