@sinco/react 1.2.3-rc.5 → 1.2.3-rc.6
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/index.esm.js +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -17168,7 +17168,7 @@ var PageHeaderComponent = function PageHeaderComponent(_ref2) {
|
|
|
17168
17168
|
item: title,
|
|
17169
17169
|
variant: "h6"
|
|
17170
17170
|
})), subtitle && React__default.createElement(Stack, {
|
|
17171
|
-
alignItems: "
|
|
17171
|
+
alignItems: "flex-start",
|
|
17172
17172
|
flexDirection: "row",
|
|
17173
17173
|
gap: 2
|
|
17174
17174
|
}, React__default.createElement(PageHeaderWraps, {
|