Merge pull request #6688 from matrix-org/palid/fix/stronger-light-theme-background-blur

Make stronger background blur for light theme
This commit is contained in:
Dariusz Niemczyk 2021-09-02 18:42:58 +02:00 committed by GitHub
commit b8f6d2926c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,7 +354,7 @@ $appearance-tab-border-color: $input-darker-bg-color;
// blur amounts for left left panel (only for element theme)
:root {
--lp-background-blur: 30px;
--lp-background-blur: 40px;
}
$composer-shadow-color: rgba(0, 0, 0, 0.04);