Skip to content

Commit e8b64b9

Browse files
committed
fix(checkbox): fixed font-size
1 parent 10f4197 commit e8b64b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/checkbox/checkbox.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ input {
113113
// ----------------------------------------------------------------
114114

115115
.checkbox-bottom {
116-
@include globals.typography(globals.$ion-body-md-regular);
116+
@include globals.typography(globals.$ion-body-sm-medium);
117117
}
118118

119119
.checkbox-bottom .error-text {

0 commit comments

Comments
 (0)