a tool for shared writing and social publishing
0
fork

Configure Feed

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

make custom domain list use text color

+1 -1
+1 -1
components/ShareOptions/DomainOptions.tsx
··· 79 79 return ( 80 80 <div className="px-3 py-1 flex flex-col gap-3 max-w-full w-[600px]"> 81 81 <h3 className="text-secondary">Choose a Domain</h3> 82 - <div className="flex flex-col gap-1"> 82 + <div className="flex flex-col gap-1 text-secondary"> 83 83 {identity?.custom_domains.map((domain) => { 84 84 return ( 85 85 <DomainOption