@trops/dash-react 1.0.5 → 1.0.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6702,7 +6702,7 @@ var SettingsModal = function SettingsModal(_ref5) {
|
|
|
6702
6702
|
width: width,
|
|
6703
6703
|
height: height,
|
|
6704
6704
|
children: /*#__PURE__*/jsxs("div", {
|
|
6705
|
-
className: "flex flex-row h-full w-full rounded-lg overflow-clip ".concat(panelStyles.backgroundColor || "", " ").concat(panelStyles.borderColor || "", " border ").concat(className),
|
|
6705
|
+
className: "flex flex-row h-full w-full rounded-lg overflow-clip ".concat(panelStyles.backgroundColor || "", " ").concat(panelStyles.borderColor || "", " ").concat(panelStyles.textColor || "", " border ").concat(className),
|
|
6706
6706
|
children: [sidebar, /*#__PURE__*/jsx("div", {
|
|
6707
6707
|
className: "flex flex-col flex-1 min-w-0",
|
|
6708
6708
|
children: otherChildren
|