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

feature/default_network_editable
George Marshall 3 years ago committed by GitHub
parent 59a5566958
commit 40c341f1c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      ui/pages/permissions-connect/choose-account/index.scss

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

Loading…
Cancel
Save