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:
parent
a0c9116349
commit
db35f01492
@ -67,7 +67,7 @@
|
|||||||
@include H7;
|
@include H7;
|
||||||
|
|
||||||
grid-area: sub;
|
grid-area: sub;
|
||||||
color: var(--color-icon-default);
|
color: var(--color-text-muted);
|
||||||
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
|
||||||
@ -86,7 +86,7 @@
|
|||||||
@include H7;
|
@include H7;
|
||||||
|
|
||||||
grid-area: mid;
|
grid-area: mid;
|
||||||
color: var(--color-icon-default);
|
color: var(--color-text-muted);
|
||||||
}
|
}
|
||||||
|
|
||||||
&__right-content {
|
&__right-content {
|
||||||
|
Loading…
Reference in New Issue
Block a user