Skip to content

Commit 25b8b57

Browse files
authored
Merge pull request #835 from getmaxun/disable-ripple
feat: disable mui tabs indicator animation
2 parents ce45b83 + e2e2a7f commit 25b8b57

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)