Skip to content

Commit 9b41b0a

Browse files
authored
fix(radio): fix radio label type style in bootstrap (#14060)
1 parent a75d5e3 commit 9b41b0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/typography/_bootstrap.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@
8989
title: 'h5'
9090
));
9191
@include navdrawer-typography();
92-
@include radio-typography();
92+
@include radio-typography($categories: (
93+
label: 'body-1'
94+
));
9395
@include slider-typography();
9496
@include snackbar-typography();
9597
@include switch-typography();

0 commit comments

Comments
 (0)