fix: increase dialog content max width

This commit is contained in:
joaovictorjs
2026-03-20 23:38:34 -03:00
parent 278f9a972d
commit 59a2a49d70
@@ -112,7 +112,7 @@ export function ShortcutsConfigDialog() {
return (
<Dialog open={isConfigOpen} onOpenChange={(open: boolean) => { if (!open) handleClose(); }}>
<DialogContent className="bg-[#09090b] border-white/10 text-white max-w-[420px]">
<DialogContent className="bg-[#09090b] border-white/10 text-white max-w-[460px]">
<DialogHeader>
<DialogTitle className="flex items-center gap-2 text-sm">
<Keyboard className="w-4 h-4 text-[#2563EB]" />