Skip to content

Commit

Permalink
[docs] Make navbar backdrop filter consistent with website (#35157)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Nov 15, 2022
1 parent 6571d36 commit 04d2a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppFrame.js
Original file line number Diff line number Diff line change
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 04d2a26

Please sign in to comment.