Skip to content

Commit f575f26

Browse files
committed
fix(radio-group): fixed font-size
1 parent e8b64b9 commit f575f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/radio-group/radio-group.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// --------------------------------------------------
66

77
.radio-group-top {
8-
@include globals.typography(globals.$ion-body-md-regular);
8+
@include globals.typography(globals.$ion-body-sm-medium);
99

1010
margin-bottom: globals.$ion-space-400;
1111
}

0 commit comments

Comments
 (0)