Skip to content

Commit 59d26db

Browse files
Merge branch 'users/nitin/bug-1620-issue-identified-in-unit-testing' of https://github.com/Wai-Technologies/raaghu-react into users/nitin/bug-1620-issue-identified-in-unit-testing
2 parents 3348e88 + 8301f6d commit 59d26db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

raaghu-elements/src/rds-radio-button/rds-radio-button.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@
3535
margin-left: 32px;
3636
text-align: center;
3737
}
38-
38+
.theme-dark .form-check-input:checked {
39+
background-color: #0a0a0a !important;
40+
border-color: #7825E9!important;
41+
}
3942
.theme-dark .form-check-input .radio-toggle-switch:checked {
4043
background-color: #dee2e6 !important;
41-
border-color: #7825E9;
44+
border-color: #7825E9!important;
4245
}

0 commit comments

Comments
 (0)