diff --git a/src/app/components/VideoCallContent.svelte b/src/app/components/VideoCallContent.svelte index 6bd00ebf..08e20c7c 100644 --- a/src/app/components/VideoCallContent.svelte +++ b/src/app/components/VideoCallContent.svelte @@ -216,8 +216,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))}>