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

Dark Mode: Make list item text consistent (#14142)

This commit is contained in:
David Walsh 2022-03-23 10:37:37 -05:00 committed by GitHub
parent a0c9116349
commit db35f01492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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