@plasmicpkgs/plasmic-rich-components 1.0.156 → 1.0.158

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/dist/index.js CHANGED
@@ -1111,7 +1111,9 @@ function RichLayout(_a) {
1111
1111
  // *and* the text is just dark as well.
1112
1112
  // Haven't yet been able to unravel the pro components code to figure out the proper way to do this, so just
1113
1113
  // bluntly specifying tokens here, as recommended in some GitHub issue.
1114
- sider: layoutColorOverrides
1114
+ sider: omitUndefined(__spreadValues$8({
1115
+ colorMenuBackground: navBgColor
1116
+ }, layoutColorOverrides))
1115
1117
  },
1116
1118
  layout: (_c = layoutProps.layout) != null ? _c : "top",
1117
1119
  fixedHeader: (_d = layoutProps.fixedHeader) != null ? _d : false,