@xqmsg/ui-core 0.19.4 → 0.19.5
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/ui-core.cjs.development.js +1 -1
- package/dist/ui-core.cjs.development.js.map +1 -1
- package/dist/ui-core.cjs.production.min.js +1 -1
- package/dist/ui-core.cjs.production.min.js.map +1 -1
- package/dist/ui-core.esm.js +1 -1
- package/dist/ui-core.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/toolbar/index.tsx +1 -1
package/dist/ui-core.esm.js
CHANGED
|
@@ -4346,7 +4346,7 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
4346
4346
|
borderBottom: "0.5px solid #3C3C432E"
|
|
4347
4347
|
}, /*#__PURE__*/React__default.createElement(Flex, {
|
|
4348
4348
|
height: "52px",
|
|
4349
|
-
px: "
|
|
4349
|
+
px: "32px",
|
|
4350
4350
|
alignItems: "center",
|
|
4351
4351
|
justifyContent: "space-between",
|
|
4352
4352
|
background: "white"
|