diff --git a/frontend/projects/ui/src/app/app.component.html b/frontend/projects/ui/src/app/app.component.html index 6d5a83d40..f4d32e3d9 100644 --- a/frontend/projects/ui/src/app/app.component.html +++ b/frontend/projects/ui/src/app/app.component.html @@ -13,7 +13,9 @@ diff --git a/frontend/projects/ui/src/app/app.component.scss b/frontend/projects/ui/src/app/app.component.scss index e6b0a9617..8f5b949ff 100644 --- a/frontend/projects/ui/src/app/app.component.scss +++ b/frontend/projects/ui/src/app/app.component.scss @@ -10,6 +10,6 @@ ion-split-pane { transition: filter 0.3s; &_offline { - filter: saturate(0) contrast(0.85); + filter: saturate(0.75) contrast(0.85); } }