@movable/ui 2.5.1 → 2.5.2-alpha.0
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/lib/index.mjs +3 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -13116,6 +13116,9 @@ const Sv = {
|
|
|
13116
13116
|
"&.Mui-readOnly": {
|
|
13117
13117
|
outline: `1px solid ${e.palette.neutral200}`,
|
|
13118
13118
|
backgroundColor: "inherit"
|
|
13119
|
+
},
|
|
13120
|
+
"&.MuiInputBase-multiline": {
|
|
13121
|
+
padding: 0
|
|
13119
13122
|
}
|
|
13120
13123
|
}),
|
|
13121
13124
|
input: ({ theme: e, ownerState: t }) => ({
|