mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Dark Mode: Remove primary-1 (#14150)
This commit is contained in:
parent
5399daeeb2
commit
e3100a0efb
@ -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,
|
||||
|
@ -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;
|
||||
|
@ -118,7 +118,7 @@
|
||||
@include H6;
|
||||
|
||||
text-align: center;
|
||||
color: var(--primary-1);
|
||||
color: var(--color-primary-default);
|
||||
background: unset;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user