atmosphere explorer
0
fork

Configure Feed

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

update add account label icon

Juliet dccdaf25 01421ed0

+1 -1
+1 -1
src/auth/account.tsx
··· 158 158 onclick={() => setShowingAddAccount(true)} 159 159 class="flex w-full items-center justify-center gap-2 rounded-lg border-[0.5px] border-neutral-300 bg-neutral-100 px-3 py-2 hover:bg-neutral-200 active:bg-neutral-300 dark:border-neutral-600 dark:bg-neutral-800 dark:hover:bg-neutral-700 dark:active:bg-neutral-600" 160 160 > 161 - <span class="iconify lucide--user-plus"></span> 161 + <span class="iconify lucide--plus"></span> 162 162 <span>Add account</span> 163 163 </button> 164 164 </Show>