carbon-react 146.5.0 → 146.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -64,7 +64,7 @@ export const StyledForm = styled.form`
|
|
|
64
64
|
`}
|
|
65
65
|
|
|
66
66
|
// field spacing is also applied to form field here so we need to override
|
|
67
|
-
${StyledSearch} ${StyledFormField}, ${StyledTextarea} ${StyledFormField} {
|
|
67
|
+
${StyledSearch} ${StyledFormField}, ${StyledTextarea} ${StyledFormField}, [data-component="time"] ${StyledFormField} {
|
|
68
68
|
margin-bottom: var(--spacing000);
|
|
69
69
|
}
|
|
70
70
|
|
|
@@ -73,7 +73,7 @@ const StyledForm = exports.StyledForm = _styledComponents.default.form`
|
|
|
73
73
|
`}
|
|
74
74
|
|
|
75
75
|
// field spacing is also applied to form field here so we need to override
|
|
76
|
-
${_search.default} ${_formField.default}, ${_textarea.default} ${_formField.default} {
|
|
76
|
+
${_search.default} ${_formField.default}, ${_textarea.default} ${_formField.default}, [data-component="time"] ${_formField.default} {
|
|
77
77
|
margin-bottom: var(--spacing000);
|
|
78
78
|
}
|
|
79
79
|
|