a tool for shared writing and social publishing
0
fork

Configure Feed

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

centering RSVP buttons

celine 0d0e3ea0 cc19b319

+1 -1
+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 mx-auto z-[1]"> 114 + <div className="relative flex flex-row gap-2 items-center mx-auto z-[1] w-fit"> 115 115 <ButtonSecondary className="" onClick={() => props.setStatus("MAYBE")}> 116 116 Maybe 117 117 </ButtonSecondary>