Align ExposedGays theme with Pink Pulse colors, typography, and pill buttons

This commit is contained in:
Ryan Salazar
2026-06-26 21:58:29 -04:00
parent 76834b3d21
commit 9604a18f7c
20 changed files with 236 additions and 119 deletions

View File

@@ -25,7 +25,7 @@ export function Logo({ size = "md", showText = true, className }: LogoProps) {
{showText && (
<span
className={cn(
"font-bold bg-horny-gradient bg-clip-text text-transparent",
"font-bold gradient-text",
size === "sm" && "text-base",
size === "md" && "text-xl",
size === "lg" && "text-2xl"