mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
Invert the colors of the speaker toggle button
This commit is contained in:
@@ -173,7 +173,7 @@ export const LoudspeakerButton: FC<LoudspeakerButtonProps> = ({
|
|||||||
iconOnly
|
iconOnly
|
||||||
Icon={loudspeakerModeEnabled ? VolumeOnSolidIcon : VolumeOffSolidIcon}
|
Icon={loudspeakerModeEnabled ? VolumeOnSolidIcon : VolumeOffSolidIcon}
|
||||||
{...props}
|
{...props}
|
||||||
kind={loudspeakerModeEnabled ? "primary" : "secondary"}
|
kind={loudspeakerModeEnabled ? "secondary" : "primary"}
|
||||||
aria-checked={loudspeakerModeEnabled}
|
aria-checked={loudspeakerModeEnabled}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user