Skip to content

Commit 712b4fb

Browse files
feat: removed unneeded filter
1 parent 9c889c3 commit 712b4fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/NavigationMenu/NavigationMenu.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ const StyledContent = styled(Content, paperStyles, {
166166
'&::before': {
167167
boxShadow: 'none',
168168
},
169-
filter:
170-
'drop-shadow(0px 3px 2.5px rgba(0,0,0,0.2)) drop-shadow(0px 6px 5px rgba(0,0,0,0.14)) drop-shadow(0px 1px 9px rgba(0,0,0,0.12))',
171169
position: 'relative',
172170
top: 0,
173171
left: 0,

0 commit comments

Comments
 (0)