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:
parent
59a5566958
commit
40c341f1c0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user