File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
core/src/components/radio-group Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,22 @@ ion-radio-group {
2020 * present on the radio group. Otherwise the helper text should
2121 * be shown.
2222 */
23- .error-text {
23+ .radio-group-top . error-text {
2424 display : none ;
2525
26- color : var ( -- ion-color- danger , #eb445a );
26+ color : ion-color ( danger , base );
2727}
2828
29- .helper-text {
29+ .radio-group-top . helper-text {
3030 display : block ;
3131
32- color : var ( --ion- color-step-550 , #737373 ) ;
32+ color : $text- color-step-300 ;
3333}
3434
35- .ion-touched.ion-invalid .error-text {
35+ .ion-touched.ion-invalid .radio-group-top . error-text {
3636 display : block ;
3737}
3838
39- .ion-touched.ion-invalid .helper-text {
39+ .ion-touched.ion-invalid .radio-group-top . helper-text {
4040 display : none ;
4141}
You can’t perform that action at this time.
0 commit comments