From c441012e02e3caedd234feb6a5b5501aa015aa03 Mon Sep 17 00:00:00 2001 From: userAdityaa Date: Thu, 21 May 2026 20:59:25 +0000 Subject: [PATCH] fix(video): restyle spotlight pin button on video tiles (#281) Co-authored-by: userAdityaa Co-committed-by: userAdityaa --- src/app/components/VideoCallContent.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/VideoCallContent.svelte b/src/app/components/VideoCallContent.svelte index d44b0240..5d469821 100644 --- a/src/app/components/VideoCallContent.svelte +++ b/src/app/components/VideoCallContent.svelte @@ -251,8 +251,8 @@ data-tip={pinned ? "Exit spotlight" : "Spotlight"} aria-pressed={pinned} class={cx( - "absolute right-1 top-1 z-20 btn btn-xs btn-square btn-ghost", - pinned ? "btn-active bg-primary/25 text-primary" : "bg-base-100/70", + "absolute right-1 top-1 z-20 btn btn-xs btn-square", + pinned ? "btn-primary" : "btn-ghost bg-base-100", )} onclick={spotlightHandlerFor(tileKey(tile))}>