@redsift/design-system 10.1.0-alpha.3 → 10.1.0-alpha.4

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
@@ -2415,7 +2415,7 @@ const StyledText = styled.span`
2415
2415
  return $color && Object.keys(NotificationsColorPalette).indexOf($color) !== -1 ? css`
2416
2416
  color: var(--redsift-color-notifications-${$color}-primary);
2417
2417
  ` : Object.keys(NeutralColorPalette).indexOf($color) !== -1 ? css`
2418
- color: var(--redsift-color-primary-${$color});
2418
+ color: var(--redsift-color-neutral-${$color});
2419
2419
  ` : css`
2420
2420
  color: ${$color || css`inherit`};
2421
2421
  `;
@@ -11933,7 +11933,7 @@ const StyledGrid = styled.div`
11933
11933
  } = _ref2;
11934
11934
  return $divider ? css`
11935
11935
  overflow: hidden;
11936
- .redsift-grid-item:not(:empty) {
11936
+ > .redsift-grid-item:not(:empty) {
11937
11937
  position: relative;
11938
11938
 
11939
11939
  ::before {