@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.js
CHANGED
|
@@ -6179,6 +6179,10 @@ var MuiTextField = {
|
|
|
6179
6179
|
width: 20,
|
|
6180
6180
|
height: 20,
|
|
6181
6181
|
color: theme.vars.palette.icon.black
|
|
6182
|
+
},
|
|
6183
|
+
[`& .${inputAdornmentClasses.root} span`]: {
|
|
6184
|
+
...theme.typography.h8,
|
|
6185
|
+
color: theme.vars.palette.icon.black
|
|
6182
6186
|
}
|
|
6183
6187
|
},
|
|
6184
6188
|
// Size small - 16x16 icons
|