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

Dark Mode: Remove grays (#14175)

This commit is contained in:
David Walsh 2022-03-24 11:00:15 -05:00 committed by GitHub
parent bc8d4a3a44
commit d15de941e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@
display: flex;
padding: 1rem;
border-bottom: 1px solid var(--geyser);
border-bottom: 1px solid var(--color-border-default);
justify-content: space-between;
&--account,

View File

@ -33,10 +33,8 @@
--dusty-gray: #9b9b9b;
--alto: #dedede;
--alabaster: #fafafa;
--silver-chalice: #aeaeae;
--tundora: #4d4d4d;
--silver: #cdcdcd;
--malibu-blue: #b8cbd8;
--athens-grey: #e9edf0;
--geyser: #d2d8dd;
}

View File

@ -10,7 +10,7 @@
}
&__text {
color: var(--silver-chalice);
color: var(--color-text-alternative);
width: 50%;
text-align: center;
margin-top: 8px;