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

@@ -11,8 +11,8 @@
z-index: var(--call-view-header-footer-layer); z-index: var(--call-view-header-footer-layer);
} }
.bar svg { .bar svg path {
color: var(--cpd-color-icon-primary); fill: var(--cpd-color-icon-primary);
} }
.bar > header > h1 { .bar > header > h1 {

View File

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