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

Updating permissions connect to use correct dark mode colors (#14065)

This commit is contained in:
George Marshall 2022-03-21 06:58:14 -07:00 committed by GitHub
parent 59a5566958
commit 40c341f1c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
}
&__cancel {
color: var(--Red-400);
color: var(--color-error-default);
}
&__content {
@ -38,7 +38,7 @@
padding-top: 16px;
padding-bottom: 16px;
margin-top: 12px;
border-top: 1px solid #d6d9dc;
border-top: 1px solid var(--color-border-muted);
@media screen and (min-width: $break-large) {
border-top: none;
@ -49,7 +49,6 @@
}
.btn-secondary {
background: white;
margin-left: 16px;
}