atproto explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

active style on search results

Juliet db785c60 f0b2461d

+1 -1
+1 -1
src/components/search.tsx
··· 126 126 <For each={search()}> 127 127 {(actor) => ( 128 128 <A 129 - class="flex items-center gap-2 rounded-lg p-1 hover:bg-neutral-200 dark:hover:bg-neutral-700" 129 + class="flex items-center gap-2 rounded-lg p-1 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600" 130 130 href={`/at://${actor.did}`} 131 131 onClick={() => setShowSearch(false)} 132 132 >