From 7d836f5ffbbad5dd6f554bc53a07e04803c05f21 Mon Sep 17 00:00:00 2001 From: "Sofian A. Thibaut" Date: Mon, 28 Oct 2024 15:56:00 +0100 Subject: [PATCH] Update call to action background color --- assets/scripts/components/ui/CallToAction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/components/ui/CallToAction.tsx b/assets/scripts/components/ui/CallToAction.tsx index 140bc16f6..8b6ec082d 100644 --- a/assets/scripts/components/ui/CallToAction.tsx +++ b/assets/scripts/components/ui/CallToAction.tsx @@ -9,7 +9,7 @@ const Container = styled.div` background-image: radial-gradient( farthest-corner circle at top left, - #95a4ff 0%, 63%, #9094ff 0% 0% + #a0aeff 0%, 63%, #9ba0ff 0% 0% ) `;