fix(app): tweaked glass value for few components

This commit is contained in:
trashtemp
2022-01-04 20:00:06 +01:00
parent 62b7ba2e4d
commit dfd9043ca0
2 changed files with 11 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ const Header = styled.div<Props>`
var(--primary-header-rgb),
max(var(--min-opacity), 0.75)
);
backdrop-filter: blur(10px);
backdrop-filter: blur(20px);
z-index: 20;
position: absolute;
width: 100%;