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

Dark Mode: Remove Account modal (#14127)

This commit is contained in:
David Walsh 2022-03-23 10:37:25 -05:00 committed by GitHub
parent 3d3670e807
commit a0c9116349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
}
&__account {
border: 1px solid #b7b7b7;
border: 1px solid var(--color-border-default);
border-radius: 4px;
padding: 10px;
display: flex;
@ -36,7 +36,7 @@
@include H8;
display: block;
color: #9b9b9b;
color: var(--color-text-muted);
}
&__link {
@ -56,6 +56,6 @@
}
&__link {
color: #2f9ae0;
color: var(--color-primary-default);
}
}