@plasmicpkgs/plasmic-rich-components 1.0.157 → 1.0.159
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.
|
@@ -1097,7 +1097,9 @@ function RichLayout(_a) {
|
|
|
1097
1097
|
// *and* the text is just dark as well.
|
|
1098
1098
|
// Haven't yet been able to unravel the pro components code to figure out the proper way to do this, so just
|
|
1099
1099
|
// bluntly specifying tokens here, as recommended in some GitHub issue.
|
|
1100
|
-
sider:
|
|
1100
|
+
sider: omitUndefined(__spreadValues$8({
|
|
1101
|
+
colorMenuBackground: navBgColor
|
|
1102
|
+
}, layoutColorOverrides))
|
|
1101
1103
|
},
|
|
1102
1104
|
layout: (_c = layoutProps.layout) != null ? _c : "top",
|
|
1103
1105
|
fixedHeader: (_d = layoutProps.fixedHeader) != null ? _d : false,
|