1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Swap color scheme for import account label

This commit is contained in:
Thomas 2018-03-02 18:23:27 -08:00
parent b4aac16c58
commit 6f8077f587

View File

@ -66,8 +66,9 @@
.keyring-label {
margin-top: 5px;
background-color: $black;
color: $dusty-gray;
background-color: $dusty-gray;
color: $black;
font-weight: normal;
}
}