File tree Expand file tree Collapse file tree
app/[locale]/dashboard/participante/proyecto Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -572,8 +572,8 @@ export default function ParticipanteProyectoPage() {
572572 < AlertDialogDescription className = "text-brand-cyan/80 text-sm leading-relaxed" > { t . dashboard . participant . project . confirmSubmitDescription } </ AlertDialogDescription >
573573 </ AlertDialogHeader >
574574 < AlertDialogFooter className = "mt-6 flex gap-3" >
575- < AlertDialogCancel asChild > < PixelButton variant = "outline" size = "sm" className = "w-full" > { t . dashboard . participant . project . cancel } </ PixelButton > </ AlertDialogCancel >
576- < AlertDialogAction asChild > < PixelButton variant = "primary" onClick = { submitProject } size = "sm" className = "w-full" > { t . dashboard . participant . project . submitConfirmation } </ PixelButton > </ AlertDialogAction >
575+ < AlertDialogCancel asChild > < PixelButton variant = "outline" size = "sm" className = "w-full sm:w-auto " > { t . dashboard . participant . project . cancel } </ PixelButton > </ AlertDialogCancel >
576+ < AlertDialogAction asChild > < PixelButton variant = "primary" onClick = { submitProject } size = "sm" className = "w-full sm:w-auto " > { t . dashboard . participant . project . submitConfirmation } </ PixelButton > </ AlertDialogAction >
577577 </ AlertDialogFooter >
578578 </ AlertDialogContent >
579579 </ AlertDialog >
You can’t perform that action at this time.
0 commit comments