mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
Style header icon color as desired and switch earpice/speaker icon
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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={
|
||||||
|
|||||||
Reference in New Issue
Block a user