refactor: update cyan accent colors from cyan-500 to cyan-400 across Button, Text, and multiple page components for consistent branding

- Changed Button solid cyan variant hover from bg-cyan-600 to bg-cyan-400 and active from bg-cyan-600 to bg-cyan-500
- Changed Button outline variants hover/active states from cyan-500 to cyan-400 across cyan, gray, and white variants
- Changed Button link dark variant hover from text-cyan-500 to text-cyan-400
- Changed Text component accent and cyan color variants
This commit is contained in:
2025-11-21 16:16:46 +01:00
parent c68b4e5de9
commit 5d7272ff6c
9 changed files with 16 additions and 16 deletions

View File

@@ -254,8 +254,8 @@ function CloudFeaturesDesktop() {
className={clsx(
'relative rounded-2xl outline-2 transition-all duration-300 ease-in-out hover:scale-105 hover:bg-gray-800/30 ml-16',
selectedIndex === featureIndex
? 'outline-cyan-500'
: 'outline-transparent hover:outline-cyan-500',
? 'outline-cyan-400'
: 'outline-transparent hover:outline-cyan-400',
)}
>
{featureIndex === selectedIndex && (