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>
|
</p>
|
||||||
<button
|
<button
|
||||||
onClick={onNavigateToBooking}
|
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
|
Termin buchen
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user