Compare commits

..

2 Commits

Author SHA1 Message Date
userAdityaa d3a25f4de6 fix(video): restyle spotlight pin button on video tiles 2026-05-21 21:14:55 +05:30
userAdityaa ffd06ab561 fix: video blink when toggling mic mute in calls (#277)
Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com>
Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com>
2026-05-20 16:44:38 +00:00
+4 -2
View File
@@ -216,8 +216,10 @@
data-tip={pinned ? "Exit spotlight" : "Spotlight"}
aria-pressed={pinned}
class={cx(
"absolute right-1 top-1 z-20 btn btn-xs btn-square",
pinned ? "btn-primary" : "btn-ghost bg-base-100",
"absolute right-1 top-1 z-20 btn btn-xs btn-square border-0 shadow-sm backdrop-blur-sm",
pinned
? "bg-base-100/95 text-base-content hover:bg-base-100"
: "bg-black/45 text-white hover:bg-black/60",
)}
onclick={spotlightHandlerFor(tileKey(tile))}>
<Icon icon={Pin} size={3} />