mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Dark Mode: Remove white style from radio button (#14082)
Co-authored-by: George Marshall <george.marshall@consensys.net>
This commit is contained in:
parent
0e995b24d1
commit
1affeb75b6
@ -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…
Reference in New Issue
Block a user