@foodpilot/foods 0.3.44 → 0.3.45
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/main.js +7 -1
- package/dist/main.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -64525,8 +64525,12 @@ const rie = (e) => /* @__PURE__ */ p.jsx(be, { sx: { minWidth: 205 }, children:
|
|
|
64525
64525
|
"aria-controls": `tabpanel-${e}`
|
|
64526
64526
|
}), Dne = W(be)(({ theme: e }) => () => ({
|
|
64527
64527
|
"&.secondary-tabs-wrapper": {
|
|
64528
|
+
width: "100%",
|
|
64529
|
+
border: `1px solid ${Re[500]}`,
|
|
64530
|
+
borderRadius: "12px",
|
|
64528
64531
|
"& > .secondary-tabs": {
|
|
64529
|
-
|
|
64532
|
+
borderTopLeftRadius: "12px",
|
|
64533
|
+
borderTopRightRadius: "12px",
|
|
64530
64534
|
"& .MuiTabs-indicator": {
|
|
64531
64535
|
backgroundColor: e.palette.background.paper
|
|
64532
64536
|
},
|
|
@@ -64572,6 +64576,8 @@ const rie = (e) => /* @__PURE__ */ p.jsx(be, { sx: { minWidth: 205 }, children:
|
|
|
64572
64576
|
}
|
|
64573
64577
|
},
|
|
64574
64578
|
"& .secondary-tabs-content": {
|
|
64579
|
+
borderBottomLeftRadius: "12px",
|
|
64580
|
+
borderBottomRightRadius: "12px",
|
|
64575
64581
|
padding: "1.5rem",
|
|
64576
64582
|
backgroundColor: e.palette.background.paper
|
|
64577
64583
|
}
|