atproto explorer

fix border colors

+2 -2
+2 -2
src/views/repo.tsx
··· 172 172 <button 173 173 classList={{ 174 174 "border-b-2 flex flex-1 items-center gap-0.5 py-1 justify-center": true, 175 - "border-transparent hover:border-neutral-400 dark:hover:border-neutral-600": 175 + "border-transparent hover:border-neutral-300 dark:hover:border-neutral-700": 176 176 tab() !== props.tab, 177 177 }} 178 178 onclick={() => setTab(props.tab)} ··· 262 262 {error()} 263 263 </div> 264 264 </Show> 265 - <div class="flex gap-1 text-sm"> 265 + <div class="flex text-sm"> 266 266 <Show when={!error()}> 267 267 <RepoTab tab="collections" label="Collections" icon="i-lucide-folder-open" /> 268 268 </Show>