@trops/dash-core 0.1.121 → 0.1.122
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -33190,7 +33190,7 @@ var DashboardsSection = function DashboardsSection(_ref) {
|
|
|
33190
33190
|
var listContent = /*#__PURE__*/jsxs("div", {
|
|
33191
33191
|
className: "flex flex-col h-full",
|
|
33192
33192
|
children: [/*#__PURE__*/jsxs("div", {
|
|
33193
|
-
className: "flex-shrink-0 flex flex-col gap-2 px-3
|
|
33193
|
+
className: "flex-shrink-0 flex flex-col gap-2 px-3 py-2 ".concat(headerStyles.backgroundColor || ""),
|
|
33194
33194
|
children: [/*#__PURE__*/jsxs("div", {
|
|
33195
33195
|
className: "flex items-center gap-2",
|
|
33196
33196
|
children: [/*#__PURE__*/jsx("div", {
|