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 Timo
parent 0e5a79e896
commit e7e8aaf550

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 {