atproto explorer
0
fork

Configure Feed

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

tweak color collection button

Juliet 8898424b dab7cab2

+1 -2
+1 -2
src/views/collection.tsx
··· 180 180 <button 181 181 classList={{ 182 182 "flex text-lg items-center": true, 183 - "i-lucide-trash-2 text-red-500 hover:text-red-600 dark:text-red-400 dark:hover:text-red-300": 184 - !batchDelete(), 183 + "i-lucide-trash-2": !batchDelete(), 185 184 "i-lucide-circle-x text-neutral-500 hover:text-neutral-600 dark:text-neutral-400 dark:hover:text-neutral-300": 186 185 batchDelete(), 187 186 }}