@portnet/ui 0.1.25 → 0.1.26

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.
@@ -75,7 +75,9 @@ const StyledTabs = (0, _styles.styled)( /*#__PURE__*/React.forwardRef((props, re
75
75
  // Make tabs rounded
76
76
  margin: "0 4px",
77
77
  // Add space between tabs
78
- minHeight: "36px" // Adjust minimum height if necessary
78
+ minHeight: "36px",
79
+ // Adjust minimum height if necessary
80
+ background: "#f0f0f0" // Add grey background to non-selected tabs
79
81
  },
80
82
  "& .Mui-selected": {
81
83
  color: "#fff",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portnet/ui",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "Portnet UI",
5
5
  "keywords": [
6
6
  "react",