fix(ui): beef up review state action buttons (h-14, bold)

This commit is contained in:
ordinarthur 2026-04-08 13:39:06 +02:00
parent f4b3339fe4
commit 7a3cbb9385

View File

@ -593,16 +593,14 @@ export default function RecipeForm() {
<div className="w-full max-w-md mt-6 flex flex-col sm:flex-row gap-3">
<Button
variant="outline"
size="lg"
className="flex-1 rounded-full"
className="flex-1 h-14 rounded-full text-base font-medium"
onClick={handleResetRecording}
>
Recommencer
</Button>
<Button
size="lg"
onClick={handleSubmit}
className="flex-1 rounded-full bg-gradient-to-r from-orange-500 to-amber-500 hover:from-orange-600 hover:to-amber-600 text-white shadow-lg shadow-orange-500/25 hover:shadow-orange-500/40 transition-all group"
className="flex-1 h-14 rounded-full text-base font-semibold bg-gradient-to-r from-orange-500 to-amber-500 hover:from-orange-600 hover:to-amber-600 text-white shadow-lg shadow-orange-500/25 hover:shadow-xl hover:shadow-orange-500/40 transition-all group"
>
<ChefHat className="mr-2 h-5 w-5 transition-transform group-hover:rotate-[-8deg]" />
Créer ma recette