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:
parent
6309d53650
commit
ad1abaaef4
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
@ -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
|
||||||
|
@ -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}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user