Dark Mode: Remove white style from radio button (#14082)

Co-authored-by: George Marshall <george.marshall@consensys.net>
feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent 0e995b24d1
commit 1affeb75b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui/components/ui/button-group/index.scss

@ -50,7 +50,7 @@
&--active {
background: var(--color-primary-default);
color: white;
color: var(--color-primary-inverse);
border: none;
}
@ -67,7 +67,7 @@
.radio-button--active.radio-button--danger {
border: 1px solid var(--color-error-default);
color: white;
color: var(--color-error-inverse);
background: var(--color-error-default);
}
}

Loading…
Cancel
Save