@groupeactual/ui-kit 0.4.6 → 0.4.8
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.
- package/dist/cjs/index.js +4 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +4 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -50978,7 +50978,7 @@ var TextFieldCss = function (muiTokens) {
|
|
|
50978
50978
|
fontSize: '14px',
|
|
50979
50979
|
lineHeight: '18px',
|
|
50980
50980
|
fontWeight: 400,
|
|
50981
|
-
padding: '12px 14px',
|
|
50981
|
+
padding: '12px 14px !important',
|
|
50982
50982
|
height: '18px',
|
|
50983
50983
|
color: muiTokens.palette.greyXDark,
|
|
50984
50984
|
'&::placeholder': {
|
|
@@ -50995,6 +50995,9 @@ var TextFieldCss = function (muiTokens) {
|
|
|
50995
50995
|
WebkitTextFillColor: muiTokens.palette.greyDark
|
|
50996
50996
|
}
|
|
50997
50997
|
},
|
|
50998
|
+
notchedOutline: {
|
|
50999
|
+
fontSize: '16px'
|
|
51000
|
+
},
|
|
50998
51001
|
root: {
|
|
50999
51002
|
'&.Mui-error.MuiOutlinedInput-notchedOutline': {
|
|
51000
51003
|
borderColor: muiTokens.palette.redError
|