1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-01 13:11:10 +03:00

Make stronger background blur for light theme

Fixes https://github.com/vector-im/element-web/issues/18708
This commit is contained in:
Dariusz Niemczyk
2021-08-26 12:41:29 +02:00
parent e79ac4b63f
commit e2419dc75b

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);