atproto explorer
0
fork

Configure Feed

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

restyle plc ops filter buttons

Juliet c54efa69 bc5b2ce7

+1 -1
+1 -1
src/views/repo.tsx
··· 117 117 <Tooltip text="Filter operations"> 118 118 <div class="i-lucide-filter text-xl" /> 119 119 </Tooltip> 120 - <div class="dark:shadow-dark-900/80 flex w-fit items-center rounded-full bg-neutral-200 shadow-md dark:bg-neutral-700"> 120 + <div class="dark:shadow-dark-900/80 dark:bg-dark-300 flex w-fit items-center rounded-full bg-white shadow-sm"> 121 121 <FilterButton icon="i-lucide-at-sign" event="handle" /> 122 122 <FilterButton icon="i-lucide-key-round" event="rotation_key" /> 123 123 <FilterButton icon="i-lucide-server" event="service" />