From a083c8cc3a54838a7a8b615ac6a390bc79d35c9e Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 2 Dec 2024 17:42:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20align=20participant=20?= =?UTF-8?q?placeholder=20with=20recent=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use a blue-ish background, instead of a gray one. We'll continue to iterate on this component. --- .../rooms/livekit/components/ParticipantPlaceholder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/features/rooms/livekit/components/ParticipantPlaceholder.tsx b/src/frontend/src/features/rooms/livekit/components/ParticipantPlaceholder.tsx index 65dfe7a7..44fb4fc7 100644 --- a/src/frontend/src/features/rooms/livekit/components/ParticipantPlaceholder.tsx +++ b/src/frontend/src/features/rooms/livekit/components/ParticipantPlaceholder.tsx @@ -10,7 +10,7 @@ const StyledParticipantPlaceHolder = styled('div', { base: { width: '100%', height: '100%', - backgroundColor: '#3d4043', // fixme - copied from gmeet + backgroundColor: 'primaryDark.100', display: 'flex', justifyContent: 'center', alignItems: 'center',