style: add hover scale effect and improve download buttons layout

This commit is contained in:
2025-10-15 16:47:30 +02:00
parent 1494a83812
commit acd46171c8
7 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ export function AppStoreLink({
href="https://apps.apple.com/us/app/mycelium-network/id6504277565"
aria-label="Download on the App Store"
className={clsx(
'rounded-lg transition-colors',
'rounded-lg transition-all hover:scale-105',
color === 'black'
? 'bg-gray-800 text-white hover:bg-gray-900'
: 'bg-white text-gray-900 hover:bg-gray-50',