@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.
@@ -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",