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

Dark Mode: Remove secondary legacy colors (#14154)

This commit is contained in:
David Walsh 2022-03-24 09:15:09 -05:00 committed by GitHub
parent 0ada0816ef
commit 7a57942305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -59,8 +59,6 @@ $color-map: (
'grey': --ui-grey,
'neutral-grey': --neutral-grey,
'primary-3': --primary-3,
'secondary-1': --secondary-1,
'secondary-3': --secondary-3,
'alert-1': --alert-1,
'success-1': --success-1,
'success-3': --success-3

View File

@ -1,8 +1,6 @@
:root {
// Accents
// Everything below this line is part of the new color system
--secondary-1: #f66a0a;
--secondary-3: #c65507;
--alert-1: #ffd33d;
--success-1: #4cd964;
--success-3: #219e37;
@ -25,7 +23,6 @@
:root {
--white: #fff;
--black: #000;
--orange: #ffa500;
--gray: #808080;
/*