change style tabs

This commit is contained in:
Ehsan
2024-10-03 16:58:20 +03:30
parent 36a439a617
commit b9b8067184
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -27,11 +27,11 @@ function Tabs({ value, handleChange, listTab, isSm, style }) {
{...a11yProps(idx)}
sx={{
"&.MuiButtonBase-root": {
width: "fit-content !important",
minWidth: "fit-content !important",
width: !isSm && "fit-content !important",
minWidth: !isSm && "fit-content !important",
},
"&.MuiButtonBase-root:first-child": {
marginLeft: "9px !important",
marginLeft: !isSm && "9px !important",
},
}}
className={`