atproto explorer
0
fork

Configure Feed

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

fix recreate label font size

Juliet 3947d5e4 8bff5f5b

+1 -1
+1 -1
src/components/create.tsx
··· 259 259 <Show when={!props.create}> 260 260 <div class="flex items-center gap-1"> 261 261 <input id="recreate" class="size-4" name="recreate" type="checkbox" /> 262 - <label for="recreate" class="select-none"> 262 + <label for="recreate" class="select-none text-sm"> 263 263 Recreate record 264 264 </label> 265 265 </div>