@stokelp/ui 2.72.0 → 2.73.0
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/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -21674,8 +21674,8 @@ const zf = U({
|
|
|
21674
21674
|
width: "size-52",
|
|
21675
21675
|
minWidth: "size-52",
|
|
21676
21676
|
"& .app-navigation__header, & .app-navigation__footer": {
|
|
21677
|
-
display: "flex",
|
|
21678
21677
|
px: "space-0",
|
|
21678
|
+
display: "flex",
|
|
21679
21679
|
alignItems: "center",
|
|
21680
21680
|
justifyContent: "center"
|
|
21681
21681
|
},
|