style: Button 'Termin buchen' dunkler für besseren Kontrast (#790dc6)
This commit is contained in:
@@ -88,7 +88,7 @@ export function ProfileLanding({ onNavigateToBooking }: ProfileLandingProps) {
|
||||
</p>
|
||||
<button
|
||||
onClick={onNavigateToBooking}
|
||||
className="bg-pink-600 text-white py-4 px-8 rounded-lg hover:bg-pink-700 text-lg font-semibold shadow-lg transition-colors w-full md:w-auto"
|
||||
className="bg-[#790dc6] text-white py-4 px-8 rounded-lg hover:bg-[#6609ad] text-lg font-semibold shadow-lg transition-colors w-full md:w-auto"
|
||||
>
|
||||
Termin buchen
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user