fix: Missing bg blur, closes #2082

This commit is contained in:
Tom Moor
2021-04-27 17:29:22 -07:00
parent ab2aaf7b7b
commit 8009e8f691
2 changed files with 2 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ const Background = styled.div`
props.left !== undefined ? "25%" : "75%"} 0;
max-width: 276px;
background: ${(props) => rgba(props.theme.menuBackground, 0.95)};
backdrop-filter: blur(20px);
box-shadow: ${(props) => props.theme.menuShadow};
border: ${(props) =>
props.theme.menuBorder ? `1px solid ${props.theme.menuBorder}` : "none"};