1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

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

Co-authored-by: George Marshall <george.marshall@consensys.net>
This commit is contained in:
David Walsh 2022-03-22 13:37:06 -05:00 committed by GitHub
parent 0e995b24d1
commit 1affeb75b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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