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

Dark Mode: Fix currently selected network color (#13918)

This commit is contained in:
David Walsh 2022-03-14 20:26:51 -05:00 committed by GitHub
parent da1b8dd4bb
commit 8143222f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@
&__networks-list-name--selected {
font-weight: bold;
color: #000;
color: var(--color-text-default);
}
&__networks-list-name--disabled {