Skip to content

Commit 5a86558

Browse files
fix(radio): wrong label margin in fluent theme (#12388)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent f966864 commit 5a86558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/radio/_radio-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
@include css-vars($theme);
7878
@include scale-in-out($start-scale: .9);
7979

80-
$label-margin: rem(8px);
80+
$label-margin: rem(6px);
8181

8282
$variant: map.get($theme, variant);
8383
$bootstrap-theme: $variant == 'bootstrap';

0 commit comments

Comments
 (0)