Backport: Increase opacity of the EarpieceOverlay background for better visibility (#3369)

This commit is contained in:
Timo
2025-07-01 17:06:21 +02:00
committed by GitHub
parent 0e5a79e896
commit 20433e6935

View File

@@ -44,7 +44,7 @@
z-index: -1;
inset: 0;
background: var(--cpd-color-bg-canvas-default);
opacity: 0.75;
opacity: 0.94;
}
.icon {