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

Dark Mode: Remove primary-1 (#14150)

This commit is contained in:
David Walsh 2022-03-23 18:43:38 -05:00 committed by GitHub
parent 5399daeeb2
commit e3100a0efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -59,7 +59,6 @@ $color-map: (
'white': --ui-white,
'grey': --ui-grey,
'neutral-grey': --neutral-grey,
'primary-1': --primary-1,
'primary-3': --primary-3,
'secondary-1': --secondary-1,
'secondary-3': --secondary-3,

View File

@ -1,7 +1,6 @@
:root {
// Accents
// Everything below this line is part of the new color system
--primary-1: #037dd6;
--secondary-1: #f66a0a;
--secondary-3: #c65507;
--alert-1: #ffd33d;

View File

@ -118,7 +118,7 @@
@include H6;
text-align: center;
color: var(--primary-1);
color: var(--color-primary-default);
background: unset;
}
}