File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ input.checkboxInput {
27
27
}
28
28
29
29
.checkboxLabel {
30
- font-size : var (--checkbox-label-font-size , $font- size-medium);
31
- line-height : 1.5 ;
30
+ --label-font-size : var (--checkbox-label-font-size , $font- size-medium);
31
+ --label-line-height : 1.5 ;
32
+
32
33
margin-left : 12px ;
33
34
margin-top : 1px ;
34
35
min-height : 1.4em ;
Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ export function RadioBase<V extends RadioValue = string>(
157
157
disabled = { disabled }
158
158
focused = { focused }
159
159
muted = { ! checked }
160
- strength = "standard"
161
160
themeId = { themeId }
162
161
>
163
162
{ children }
Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ input.radioInput {
27
27
}
28
28
29
29
.radioLabel {
30
- font-size : var (--radio-label-font-size , $font- size-medium);
31
- line-height : 1.5 ;
30
+ --label-font-size : var (--radio-label-font-size , $font- size-medium);
31
+ --label-line-height : 1.5 ;
32
+
32
33
margin-left : 12px ;
33
34
min-height : 1.4em ;
34
35
position : relative;
You can’t perform that action at this time.
0 commit comments