change name office-info && change name img uploaded && change theme selector && set default tab in appo page && clean code

This commit is contained in:
Ehsan
2025-07-25 00:02:46 +03:30
parent 901bca6529
commit 7e61867e3d
11 changed files with 33 additions and 23 deletions
+3 -3
View File
@@ -28,11 +28,11 @@ function Tabs({ value, handleChange, listTab, inactives, isSm, style }) {
{...a11yProps(idx)}
sx={{
"&.MuiButtonBase-root": {
width: !isSm && "fit-content !important",
minWidth: !isSm && "fit-content !important",
width: !isSm ? "fit-content !important" : undefined, // Fix: Replace `false` with `undefined`
minWidth: !isSm ? "fit-content !important" : undefined,
},
"&.MuiButtonBase-root:first-child": {
marginLeft: !isSm && "9px !important",
marginLeft: !isSm ? "9px !important" : undefined,
},
}}
className={`