@groupeactual/ui-kit 0.4.6 → 0.4.7
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 +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -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
|