this repo has no description
0
fork

Configure Feed

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

fix title font size

Juliet 7f1157a6 530ea8b5

+1 -1
+1 -1
src/components/create.tsx
··· 330 330 class="dark:bg-dark-300 dark:shadow-dark-700 absolute top-16 left-[50%] w-screen -translate-x-1/2 cursor-grab rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 p-4 shadow-md transition-opacity duration-200 sm:w-xl lg:w-[48rem] dark:border-neutral-700 starting:opacity-0" 331 331 ref={dragBox} 332 332 > 333 - <div class="mb-2 flex w-full justify-between"> 333 + <div class="mb-2 flex w-full justify-between text-base"> 334 334 <div class="font-semibold"> 335 335 <span class="select-none">{props.create ? "Creating" : "Editing"} record</span> 336 336 </div>