Skip to content

Commit 533f04f

Browse files
authored
Merge pull request #1965 from Wai-Technologies/users/dipak/bug-1946-Design-System-Elements-Radio-Button-Radio-Button-is-not-displayed-properly-in-dark-theme
Resolved bug No.1946: Design System Elements Radio Button is not displayed properly in dark theme
2 parents 583cadf + 78fc0da commit 533f04f

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)