From e9fd84816ee90bf2ee60a6cc8f4e561c84477f48 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 21 Apr 2026 11:17:57 +0200 Subject: [PATCH] Invert the colors of the camera and microphone buttons again Turns out design prefers the button colors how they were prior to fa844446b6a745731ceb20178314bf8ba0b0ca41. --- src/button/Button.tsx | 4 ++-- src/room/__snapshots__/InCallView.test.tsx.snap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/button/Button.tsx b/src/button/Button.tsx index 73938794..8a22668e 100644 --- a/src/button/Button.tsx +++ b/src/button/Button.tsx @@ -47,7 +47,7 @@ export const MicButton: FC = ({ enabled, ...props }) => { = ({ enabled, ...props }) => { rendering > renders 1`] = ` aria-disabled="true" aria-labelledby="_r_i_" class="_button_13vu4_8 _has-icon_13vu4_60 _icon-only_13vu4_53" - data-kind="secondary" + data-kind="primary" data-size="lg" data-testid="incall_mute" role="switch" @@ -354,7 +354,7 @@ exports[`InCallView > rendering > renders 1`] = ` aria-disabled="true" aria-labelledby="_r_n_" class="_button_13vu4_8 _has-icon_13vu4_60 _icon-only_13vu4_53" - data-kind="secondary" + data-kind="primary" data-size="lg" data-testid="incall_videomute" role="switch"