@hoddy-ui/next 2.5.85 → 2.5.86
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1577,7 +1577,7 @@ var TextField = ({
|
|
|
1577
1577
|
paddingRight: moderateScale2(10),
|
|
1578
1578
|
paddingTop: "11@vs",
|
|
1579
1579
|
fontFamily: getFontFamily(400),
|
|
1580
|
-
color: colors2.
|
|
1580
|
+
color: disabled ? colors2.textSecondary.main : colors2.dark.main,
|
|
1581
1581
|
zIndex: 10
|
|
1582
1582
|
// backgroundColor: "#284",
|
|
1583
1583
|
},
|
|
@@ -1879,7 +1879,7 @@ var TextField2 = React15.forwardRef(
|
|
|
1879
1879
|
alignSelf: "stretch",
|
|
1880
1880
|
paddingLeft: moderateScale2(10),
|
|
1881
1881
|
paddingRight: moderateScale2(10),
|
|
1882
|
-
color: colors2.dark.main,
|
|
1882
|
+
color: disabled ? colors2.textSecondary.main : colors2.dark.main,
|
|
1883
1883
|
zIndex: 10
|
|
1884
1884
|
// backgroundColor: "#284",
|
|
1885
1885
|
},
|