@undefine-ui/design-system 3.7.1 → 3.7.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.
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6192,6 +6192,10 @@ var MuiTextField = {
|
|
|
6192
6192
|
width: 20,
|
|
6193
6193
|
height: 20,
|
|
6194
6194
|
color: theme.vars.palette.icon.black
|
|
6195
|
+
},
|
|
6196
|
+
[`& .${import_InputAdornment.inputAdornmentClasses.root} span`]: {
|
|
6197
|
+
...theme.typography.h8,
|
|
6198
|
+
color: theme.vars.palette.icon.black
|
|
6195
6199
|
}
|
|
6196
6200
|
},
|
|
6197
6201
|
// Size small - 16x16 icons
|