Dark Mode: Remove Account modal (#14127)

feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent 3d3670e807
commit a0c9116349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ui/components/app/modals/confirm-remove-account/index.scss

@ -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);
}
}

Loading…
Cancel
Save