diff --git a/web/src/pages/DesignSystem.tsx b/web/src/pages/DesignSystem.tsx index c72bb66..dc082b4 100644 --- a/web/src/pages/DesignSystem.tsx +++ b/web/src/pages/DesignSystem.tsx @@ -349,9 +349,9 @@ export function DesignSystem() { function SectionTitle({ title }: { title: string }) { return (
-
+

{title}

-
+
); } @@ -369,7 +369,7 @@ function ColorSwatch({ label, color, text = "text-foreground", border = false }: return (
-
+
{label}