atproto explorer
0
fork

Configure Feed

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

dark mode error bg color

Juliet 251615e9 f2c19182

+1 -1
+1 -1
src/views/repo.tsx
··· 137 137 <Show when={repo()}> 138 138 <div class="mt-3 flex w-[21rem] flex-col gap-2 break-words sm:w-[24rem]"> 139 139 <Show when={error()}> 140 - <div class="rounded-md bg-red-100 p-2 text-sm text-red-700 dark:bg-red-50 dark:text-red-600"> 140 + <div class="rounded-md bg-red-100 p-2 text-sm text-red-700 dark:bg-red-200 dark:text-red-600"> 141 141 {error()} 142 142 </div> 143 143 </Show>