From f2caa1a3ee1a3d3007326ad3441b613bbccd9cea Mon Sep 17 00:00:00 2001 From: syntaxbullet Date: Fri, 16 Jan 2026 12:59:32 +0100 Subject: [PATCH] chore: replace tw-gradient classes with canonical shortened -linear classnames --- web/src/pages/DesignSystem.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}