@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
|
@@ -4353,7 +4353,7 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
4353
4353
|
borderBottom: "0.5px solid #3C3C432E"
|
|
4354
4354
|
}, /*#__PURE__*/React__default.createElement(react.Flex, {
|
|
4355
4355
|
height: "52px",
|
|
4356
|
-
px: "
|
|
4356
|
+
px: "32px",
|
|
4357
4357
|
alignItems: "center",
|
|
4358
4358
|
justifyContent: "space-between",
|
|
4359
4359
|
background: "white"
|