@redsift/design-system 10.0.0-muiv5-alpha.5 → 10.0.0-muiv5-alpha.6
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 +1 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -4975,7 +4975,7 @@ const StyledAppContent = styled.main`
|
|
|
4975
4975
|
$theme
|
|
4976
4976
|
} = _ref;
|
|
4977
4977
|
return $theme ? css`
|
|
4978
|
-
|
|
4978
|
+
background-color: var(--redsift-color-${$theme}-components-page-background);
|
|
4979
4979
|
` : '';
|
|
4980
4980
|
}}
|
|
4981
4981
|
box-sizing: border-box;
|