@blerp/design 1.0.76 → 1.0.77
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.cjs.js +1 -0
- package/dist/index.esm.js +1 -0
- package/dist/index.umd.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8709,6 +8709,7 @@ var UserLibraryHeader = function UserLibraryHeader(_ref) {
|
|
|
8709
8709
|
sx: {
|
|
8710
8710
|
fontWeight: "normal",
|
|
8711
8711
|
marginRight: "10px",
|
|
8712
|
+
marginBottom: "10px",
|
|
8712
8713
|
backgroundColor: tabSelection.includes(tab) && "grey4.main"
|
|
8713
8714
|
},
|
|
8714
8715
|
color: tabSelection.includes(tab) ? "grey3" : "notBlack",
|
package/dist/index.esm.js
CHANGED
|
@@ -8641,6 +8641,7 @@ var UserLibraryHeader = function UserLibraryHeader(_ref) {
|
|
|
8641
8641
|
sx: {
|
|
8642
8642
|
fontWeight: "normal",
|
|
8643
8643
|
marginRight: "10px",
|
|
8644
|
+
marginBottom: "10px",
|
|
8644
8645
|
backgroundColor: tabSelection.includes(tab) && "grey4.main"
|
|
8645
8646
|
},
|
|
8646
8647
|
color: tabSelection.includes(tab) ? "grey3" : "notBlack",
|
package/dist/index.umd.js
CHANGED