@natoora-libs/core 0.2.14 → 0.2.15
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.
|
@@ -9704,11 +9704,7 @@ var useStyles50 = (0, import_mui56.makeStyles)()((theme) => ({
|
|
|
9704
9704
|
topBar: {
|
|
9705
9705
|
display: "flex",
|
|
9706
9706
|
gap: theme.spacing(1),
|
|
9707
|
-
backgroundColor: colors.topBar
|
|
9708
|
-
maxWidth: 2e3,
|
|
9709
|
-
margin: "0 auto",
|
|
9710
|
-
left: 0,
|
|
9711
|
-
right: 0
|
|
9707
|
+
backgroundColor: colors.topBar
|
|
9712
9708
|
}
|
|
9713
9709
|
}));
|
|
9714
9710
|
var TheToolbar = ({
|