feat: add success state and green button variant for newsletter signup form

This commit is contained in:
2025-10-15 16:35:47 +02:00
parent ae277d33b5
commit 1494a83812
2 changed files with 11 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ const variantStyles = {
white:
'bg-white text-cyan-900 hover:bg-white/90 active:bg-white/90 active:text-cyan-900/70',
gray: 'bg-gray-800 text-white hover:bg-gray-900 active:bg-gray-800 active:text-white/80',
green: 'bg-green-500 text-white hover:bg-green-600',
},
outline: {
gray: 'border-gray-300 text-gray-700 hover:border-cyan-500 active:border-cyan-500',