remove bordercolor for unselected tabs

This commit is contained in:
Vishnu Sreekumaran Nair
2025-03-25 20:26:51 -04:00
parent 63c187ac4e
commit 79e5af12ed

View File

@@ -77,7 +77,6 @@ const Account = ({ open = "profile" }) => {
'& .MuiTab-root': {
backgroundColor: theme.palette.primary.main,
height: '34px',
borderColor: theme.palette.primary.lowContrast,
},
'& .MuiTab-root.Mui-selected': {
borderRadius: 0,