@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.
package/dist/components/index.js
CHANGED
|
@@ -9528,11 +9528,7 @@ var useStyles49 = makeStyles49()((theme) => ({
|
|
|
9528
9528
|
topBar: {
|
|
9529
9529
|
display: "flex",
|
|
9530
9530
|
gap: theme.spacing(1),
|
|
9531
|
-
backgroundColor: colors.topBar
|
|
9532
|
-
maxWidth: 2e3,
|
|
9533
|
-
margin: "0 auto",
|
|
9534
|
-
left: 0,
|
|
9535
|
-
right: 0
|
|
9531
|
+
backgroundColor: colors.topBar
|
|
9536
9532
|
}
|
|
9537
9533
|
}));
|
|
9538
9534
|
var TheToolbar = ({
|