@eclass/ui-kit 1.54.3 → 1.54.4
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/eclass-ui-kit.es.js +1 -0
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +1 -1
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/molecules/NavBarButtons/NavBarButton.d.ts.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -1870,6 +1870,7 @@ const NavBarButton = ({
|
|
|
1870
1870
|
id: isAccessibility ? "UserWayButton" : "",
|
|
1871
1871
|
onClick: isAccessibility ? triggerWidget : onClick,
|
|
1872
1872
|
sx: {
|
|
1873
|
+
alignItems: "center",
|
|
1873
1874
|
background: "none !important",
|
|
1874
1875
|
border: "1px transparent !important",
|
|
1875
1876
|
cursor: "pointer",
|