Skip to content

Commit e2e2a7f

Browse files
authored
feat: disable mui tabs indicator animation
1 parent bbbcb90 commit e2e2a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard/MainMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
8787
textColor="primary"
8888
indicatorColor="primary"
8989
orientation="vertical"
90-
sx={{ alignItems: 'flex-start' }}
90+
sx={{ alignItems: 'flex-start', '& .MuiTabs-indicator': { display: 'none' }}
9191
>
9292
<Tab
9393
value="robots"

0 commit comments

Comments
 (0)