@wandelbots/wandelbots-js-react-components 2.49.0-pr.feature-adapt-app-header-styling.392.f44f777 → 2.49.0-pr.feature-adapt-app-header-styling.392.a161fd7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "2.49.0-pr.feature-adapt-app-header-styling.392.f44f777",
3
+ "version": "2.49.0-pr.feature-adapt-app-header-styling.392.a161fd7",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -124,7 +124,7 @@ export const AppHeader = externalizeComponent(
124
124
  ml: 1,
125
125
  width: 28,
126
126
  height: 28,
127
- borderRadius: "20%",
127
+ borderRadius: "6px",
128
128
  padding: 0,
129
129
  backgroundColor: (theme) =>
130
130
  alpha(theme.palette.common.white, 0.1),