atproto explorer

reduce size of op filter icons

+3 -3
+3 -3
src/views/repo.tsx
··· 37 37 onclick={() => setActivePlcEvent(activePlcEvent() === props.event ? undefined : props.event)} 38 38 > 39 39 <div 40 - class={`${props.icon} text-xl ${activePlcEvent() === props.event ? "text-neutral-200 dark:text-neutral-900" : ""}`} 40 + class={`${props.icon} ${activePlcEvent() === props.event ? "text-neutral-200 dark:text-neutral-900" : ""}`} 41 41 /> 42 42 </button> 43 43 ); ··· 107 107 return ( 108 108 <> 109 109 <div class="flex items-center justify-between"> 110 - <div class="flex items-center gap-1"> 110 + <div class="flex items-center gap-1 text-lg"> 111 111 <Tooltip text="Filter operations"> 112 - <div class="i-lucide-filter text-xl" /> 112 + <div class="i-lucide-filter" /> 113 113 </Tooltip> 114 114 <div class="dark:shadow-dark-900/80 dark:bg-dark-300 flex w-fit items-center rounded-full bg-white shadow-sm"> 115 115 <FilterButton icon="i-lucide-at-sign" event="handle" />