@portnet/ui 0.1.26 → 0.1.27
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.
|
@@ -82,7 +82,7 @@ const StyledTabs = (0, _styles.styled)( /*#__PURE__*/React.forwardRef((props, re
|
|
|
82
82
|
"& .Mui-selected": {
|
|
83
83
|
color: "#fff",
|
|
84
84
|
// Change this to white for selected tab text
|
|
85
|
-
background: "
|
|
85
|
+
background: "rgb(2 156 253 / 52%)" // Change this to blue for selected tab background
|
|
86
86
|
},
|
|
87
87
|
"& .MuiTabs-indicator": {
|
|
88
88
|
backgroundColor: "transparent" // Make the indicator transparent
|