@trops/dash-react 1.0.13 → 1.0.14

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
@@ -4773,7 +4773,7 @@ var MainSection = function MainSection(_ref) {
4773
4773
 
4774
4774
  // we have to parse out all of the color overrides if they exist.
4775
4775
  function backgroundColorStyle() {
4776
- return backgroundColor !== null ? backgroundColor : currentTheme ? currentTheme["bg-primary-very-dark"] : "bg-black";
4776
+ return backgroundColor !== null ? backgroundColor : currentTheme ? currentTheme["bg-primary-darkest"] || currentTheme["bg-primary-very-dark"] : "bg-black";
4777
4777
  }
4778
4778
  return /*#__PURE__*/jsx("div", {
4779
4779
  className: "flex flex-col ".concat(backgroundColorStyle(), " h-full overflow-clip w-full p-0 m-0"),