fix(ui): beef up review state action buttons (h-14, bold)
This commit is contained in:
parent
f4b3339fe4
commit
7a3cbb9385
@ -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">
|
<div className="w-full max-w-md mt-6 flex flex-col sm:flex-row gap-3">
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
size="lg"
|
className="flex-1 h-14 rounded-full text-base font-medium"
|
||||||
className="flex-1 rounded-full"
|
|
||||||
onClick={handleResetRecording}
|
onClick={handleResetRecording}
|
||||||
>
|
>
|
||||||
Recommencer
|
Recommencer
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
size="lg"
|
|
||||||
onClick={handleSubmit}
|
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]" />
|
<ChefHat className="mr-2 h-5 w-5 transition-transform group-hover:rotate-[-8deg]" />
|
||||||
Créer ma recette
|
Créer ma recette
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user