@bluemarble/bm-components 1.15.0 → 1.15.2
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 +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3849,6 +3849,9 @@ var styles = {
|
|
|
3849
3849
|
if (!active)
|
|
3850
3850
|
return {};
|
|
3851
3851
|
return {
|
|
3852
|
+
"tr td, tr th": {
|
|
3853
|
+
borderColor: "divider"
|
|
3854
|
+
},
|
|
3852
3855
|
"tr td:not(:last-child), tr th:not(:last-child)": {
|
|
3853
3856
|
borderRight: "1px solid",
|
|
3854
3857
|
borderColor: "divider"
|
|
@@ -3995,7 +3998,7 @@ var Modal = (_a) => {
|
|
|
3995
3998
|
{
|
|
3996
3999
|
sx: {
|
|
3997
4000
|
outline: "none",
|
|
3998
|
-
backgroundColor: "
|
|
4001
|
+
backgroundColor: "background.paper",
|
|
3999
4002
|
position: "absolute",
|
|
4000
4003
|
top: "50%",
|
|
4001
4004
|
left: "50%",
|