a tool for shared writing and social publishing
0
fork

Configure Feed

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

properly centering rsvp buttons, typo in the theme settings, little gap change

celine cc19b319 c3c85a6a

+3 -4
+1 -2
components/Blocks/RSVPBlock/ContactDetailsForm.tsx
··· 239 239 let toaster = useToaster(); 240 240 return ( 241 241 <form 242 - className="flex flex-col gap-2" 242 + className="flex flex-col gap-3" 243 243 onSubmit={async (e) => { 244 244 e.preventDefault(); 245 245 let rect = document ··· 289 289 we texted a confirmation code to your phone number! 290 290 </div> 291 291 </label> 292 - <hr className="border-border" /> 293 292 294 293 <ButtonPrimary 295 294 id="rsvp-code-confirm-button"
+1 -1
components/Blocks/RSVPBlock/index.tsx
··· 111 111 return ( 112 112 <div className="relative w-full sm:p-6 py-4 px-3 rounded-md border-[1.5px] border-accent-1"> 113 113 <RSVPBackground /> 114 - <div className="relative flex flex-row gap-2 items-center place-self-center z-[1]"> 114 + <div className="relative flex flex-row gap-2 items-center mx-auto z-[1]"> 115 115 <ButtonSecondary className="" onClick={() => props.setStatus("MAYBE")}> 116 116 Maybe 117 117 </ButtonSecondary>
+1 -1
components/ThemeManager/ThemeSetter.tsx
··· 245 245 closePicker={() => setOpenPicker("null")} 246 246 /> 247 247 <ColorPicker 248 - label={props.home ? "Menu Text" : "Page"} 248 + label={props.home ? "Menu Text" : "Text"} 249 249 value={primaryValue} 250 250 setValue={set("theme/primary")} 251 251 thisPicker={"text"}