One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

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

Update UserProfileButton.tsx

authored by

Evan Huang and committed by
GitHub
c027cbb7 177c5025

+1 -1
+1 -1
components/UserProfileButton.tsx
··· 668 668 <div className="relative w-full max-w-4xl h-[90vh] bg-white rounded-xl shadow-lg overflow-hidden flex flex-col"> 669 669 <button 670 670 onClick={() => setIsUserProfileOpen(false)} 671 - className="absolute top-4 right-4 z-10 p-2 rounded-full text-white" 671 + className="absolute top-4 right-4 z-10 p-2 rounded-full text-black" 672 672 > 673 673 <X className="h-5 w-5" /> 674 674 </button>