From e47a64787c4e2364e09e0fe562ef77acfdbe9025 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 05:24:28 +0000 Subject: [PATCH] completionId: cgen-d460e523c9fc42b99509d1fd6df3cb1c cgen-d460e523c9fc42b99509d1fd6df3cb1c --- client/components/AeThexOSLogo.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/AeThexOSLogo.tsx b/client/components/AeThexOSLogo.tsx index 6bda098b..2e32a242 100644 --- a/client/components/AeThexOSLogo.tsx +++ b/client/components/AeThexOSLogo.tsx @@ -8,10 +8,10 @@ interface AeThexOSLogoProps { } const GRADIENTS = { - default: { id: "osGradient", stops: [{ offset: "0%", color: "#a78bfa" }, { offset: "100%", color: "#60a5fa" }] }, - light: { id: "osGradientLight", stops: [{ offset: "0%", color: "#e9d5ff" }, { offset: "100%", color: "#bfdbfe" }] }, - header: { id: "osGradientHeader", stops: [{ offset: "0%", color: "#a78bfa" }, { offset: "100%", color: "#60a5fa" }] }, - footer: { id: "osGradientFooter", stops: [{ offset: "0%", color: "#818cf8" }, { offset: "100%", color: "#a78bfa" }] }, + default: { id: "osGradient_default", stops: [{ offset: "0%", color: "#a78bfa" }, { offset: "100%", color: "#60a5fa" }] }, + light: { id: "osGradient_light", stops: [{ offset: "0%", color: "#e9d5ff" }, { offset: "100%", color: "#bfdbfe" }] }, + header: { id: "osGradient_header", stops: [{ offset: "0%", color: "#a78bfa" }, { offset: "100%", color: "#60a5fa" }] }, + footer: { id: "osGradient_footer", stops: [{ offset: "0%", color: "#818cf8" }, { offset: "100%", color: "#a78bfa" }] }, }; const SIZES = {