mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +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);
|
||||
}
|
||||
|
||||
.bar svg {
|
||||
color: var(--cpd-color-icon-primary);
|
||||
.bar svg path {
|
||||
fill: var(--cpd-color-icon-primary);
|
||||
}
|
||||
|
||||
.bar > header > h1 {
|
||||
|
||||
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user