Skip to content

Commit

Permalink
[docs] Make navbar backdrop filter consistent with website (mui#35157)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal authored and felipe.richter committed Dec 6, 2022
1 parent 3b9ef0c commit 9837662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppFrame.js
Expand Up @@ -108,7 +108,7 @@ const StyledAppBar = styled(AppBar, {
},
}),
boxShadow: 'none',
backdropFilter: 'blur(20px)',
backdropFilter: 'blur(8px)',
borderStyle: 'solid',
borderColor:
theme.palette.mode === 'dark'
Expand Down

0 comments on commit 9837662

Please sign in to comment.