@centreon/ui 26.5.13 → 26.5.14

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": "@centreon/ui",
3
- "version": "26.5.13",
3
+ "version": "26.5.14",
4
4
  "description": "Centreon UI Components",
5
5
  "scripts": {
6
6
  "update:deps": "pnpx npm-check-updates -i --format group",
@@ -166,7 +166,7 @@ const MainLegend = ({
166
166
  onMouseLeave={(): void => clearHighlight()}
167
167
  >
168
168
  <div
169
- className="h-full rounded-sm w-1 min-h-5"
169
+ className="h-full rounded-sm w-1 min-h-4"
170
170
  data-icon
171
171
  style={{ backgroundColor: markerColor }}
172
172
  />