Skip to content

Commit 86016a5

Browse files
fix: bottom spacing for radio widget title (#1106)
1 parent 11705d0 commit 86016a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/radio/radio-group.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.title {
55
@include body-2-medium($gray-7);
66
display: block;
7-
padding-bottom: 11px;
7+
padding-bottom: 8px;
88
}
99

1010
.radio-group {

0 commit comments

Comments
 (0)