@redsift/design-system 10.0.0-muiv5-alpha.5 → 10.0.0-muiv5

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
@@ -4975,7 +4975,7 @@ const StyledAppContent = styled.main`
4975
4975
  $theme
4976
4976
  } = _ref;
4977
4977
  return $theme ? css`
4978
- backgroundcolor: var(--redsift-color-${$theme}-components-page-background);
4978
+ background-color: var(--redsift-color-${$theme}-components-page-background);
4979
4979
  ` : '';
4980
4980
  }}
4981
4981
  box-sizing: border-box;