@redsift/design-system 9.0.0-muiv5-alpha.17 → 9.0.0-muiv5-alpha.19

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/index.js CHANGED
@@ -12457,7 +12457,7 @@ const StyledTextField = styled.div`
12457
12457
  `}
12458
12458
 
12459
12459
  ${$isDisabled ? css`
12460
- color: var(--redsift-color-neutral-midgrey);
12460
+ color: var(--redsift-color-notifications-no-data-primary);
12461
12461
  ` : $isInvalid ? css`
12462
12462
  color: var(--redsift-color-notifications-error-primary);
12463
12463
  ` : $isFocused ? css`
@@ -12495,7 +12495,7 @@ const StyledTextField = styled.div`
12495
12495
  width: 100%;
12496
12496
 
12497
12497
  ${$isDisabled ? css`
12498
- color: var(--redsift-color-neutral-midgrey);
12498
+ color: var(--redsift-color-notifications-no-data-primary);
12499
12499
  ` : css`
12500
12500
  color: var(--redsift-color-neutral-black);
12501
12501
  `}
@@ -12531,7 +12531,7 @@ const StyledTextField = styled.div`
12531
12531
  `}
12532
12532
 
12533
12533
  ${$isDisabled ? css`
12534
- border-color: var(--redsift-color-neutral-midgrey);
12534
+ border-color: var(--redsift-color-notifications-no-data-primary);
12535
12535
  ` : $isInvalid ? css`
12536
12536
  border-color: var(--redsift-color-notifications-error-primary);
12537
12537
  ` : $isFocused ? css`