From 9ae3785c70e8d6f01381dd9e9db58b27c6423494 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 27 Oct 2025 17:01:15 +0100 Subject: [PATCH] feat: update button hover color scheme across hero sections - Changed hover color from indigo-500 to cyan-600 on primary action buttons in all hero components - Standardized hover state styling across Cloud, Compute, GPU and Storage pages - Improved color consistency by keeping interactions within the cyan color family --- src/pages/cloud/CloudHeroAlt.tsx | 2 +- src/pages/compute/ComputeHero.tsx | 2 +- src/pages/gpu/GpuHero.tsx | 2 +- src/pages/storage/StorageHero.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/cloud/CloudHeroAlt.tsx b/src/pages/cloud/CloudHeroAlt.tsx index e75d46f..7ea6ef0 100644 --- a/src/pages/cloud/CloudHeroAlt.tsx +++ b/src/pages/cloud/CloudHeroAlt.tsx @@ -23,7 +23,7 @@ export function CloudHeroAlt() {