@madie/madie-design-system 1.2.97 → 1.2.99

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.
@@ -217,13 +217,10 @@ const TextField = ({
217
217
  sx={[
218
218
  {
219
219
  margin: 0,
220
- color: "#515151",
220
+ color: "#515151 !important",
221
221
  lineHeight: 1.2,
222
222
  overflowWrap: "anywhere",
223
- },
224
- error && {
225
- color: "#AE1C1C !important",
226
- },
223
+ }
227
224
  ]}
228
225
  >
229
226
  {recommendation}