Compare commits

..

1 Commits

Author SHA1 Message Date
userAdityaa c2059b295c fix(video): use solid btn-primary for spotlight pin 2026-05-22 02:02:28 +05:30
+2 -2
View File
@@ -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))}>
<Icon icon={Pin} size={3} />