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

This commit is contained in:
Timo
2025-06-27 11:55:15 +02:00
committed by GitHub
parent 30eea63aae
commit db3477ea17

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 {