diff --git a/apps/web/src/app/[lang]/page.tsx b/apps/web/src/app/[lang]/page.tsx index b6313e6..2a4938e 100644 --- a/apps/web/src/app/[lang]/page.tsx +++ b/apps/web/src/app/[lang]/page.tsx @@ -17,7 +17,7 @@ export default async function Index({ params: { lang } }: PageProps) { return (
- All your spaces, in one place + All your spaces, in one place
{daos.map((dao) => (
diff --git a/packages/ui/src/atoms/heading/index.tsx b/packages/ui/src/atoms/heading/index.tsx index 15e4192..633c335 100644 --- a/packages/ui/src/atoms/heading/index.tsx +++ b/packages/ui/src/atoms/heading/index.tsx @@ -28,8 +28,8 @@ const headingVariants = cva( right: 'text-right', }, color: { - primary: 'text-white', - secondary: 'text-gray-500', + primary: 'text-primary-foreground', + secondary: 'text-secondary-foreground', }, }, defaultVariants: {