@natoora-libs/core 0.2.12-dev-po → 0.2.12-dev-po-1
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/components/index.js
CHANGED
|
@@ -9476,11 +9476,7 @@ var useStyles49 = makeStyles49()((theme) => ({
|
|
|
9476
9476
|
topBar: {
|
|
9477
9477
|
display: "flex",
|
|
9478
9478
|
gap: theme.spacing(1),
|
|
9479
|
-
backgroundColor: colors.topBar
|
|
9480
|
-
maxWidth: 2e3,
|
|
9481
|
-
margin: "0 auto",
|
|
9482
|
-
left: 0,
|
|
9483
|
-
right: 0
|
|
9479
|
+
backgroundColor: colors.topBar
|
|
9484
9480
|
}
|
|
9485
9481
|
}));
|
|
9486
9482
|
var TheToolbar = ({
|