change name office-info && change name img uploaded && change theme selector && set default tab in appo page && clean code
This commit is contained in:
@@ -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={`
|
||||
|
||||
Reference in New Issue
Block a user