Style header icon color as desired and switch earpice/speaker icon

This commit is contained in:
Timo
2025-06-25 11:12:25 +02:00
parent e5affa8942
commit df3f962f47
2 changed files with 3 additions and 3 deletions

View File

@@ -458,7 +458,7 @@ export const InCallView: FC<InCallViewProps> = ({
useAppBarSecondaryButton(
useMemo(() => {
if (toggleEarpieceMode === null) return null;
const Icon = earpieceMode ? EarpieceIcon : VolumeOnSolidIcon;
const Icon = earpieceMode ? VolumeOnSolidIcon : EarpieceIcon;
return (
<Tooltip
label={