Move transition in a separate file

This commit is contained in:
Nicola Benaglia
2025-06-12 22:30:59 +02:00
parent 274c8d1048
commit df49f327f1
10 changed files with 445 additions and 403 deletions

View File

@@ -193,7 +193,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
variant="scrollable" // Make tabs scrollable
scrollButtons={true}
sx={{
'& .MuiTabs-indicator': {
'&.MuiTabs-indicator': {
backgroundColor: theme.palette.background.default,
},
maxHeight: `275px`, // Ensure the tabs container fits within the available space