change style tabs
This commit is contained in:
@@ -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={`
|
||||
|
||||
Reference in New Issue
Block a user