File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
packages/@react-spectrum/datepicker/src Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ function Input(props, ref) {
105
105
'is-invalid' : isInvalid ,
106
106
'is-focused' : isFocused
107
107
} ,
108
+ classNames ( datepickerStyles , 'react-spectrum-DateField-Input' ) ,
108
109
reservePadding && classNames ( datepickerStyles , 'react-spectrum-Datepicker-input' ) ,
109
110
inputClassName
110
111
) ;
Original file line number Diff line number Diff line change 37
37
width : auto;
38
38
}
39
39
40
+ .react-spectrum-Datepicker-field .react-spectrum-DateField-Input {
41
+ line-height : var (--spectrum-body-4-text-line-height );
42
+ }
43
+
40
44
/* specificity war with .spectrum-Field--positionSide etc. */
41
45
.react-spectrum-DateField .react-spectrum-DateField .react-spectrum-DateField .react-spectrum-DateField {
42
46
min-width : var (--spectrum-global-dimension-size-2000 );
You can’t perform that action at this time.
0 commit comments