|
|
@ -178,7 +178,7 @@ export function SplitGridSettingsModal({ |
|
|
return ( |
|
|
return ( |
|
|
<div className="fixed inset-0 z-[100] flex items-center justify-center bg-black/50"> |
|
|
<div className="fixed inset-0 z-[100] flex items-center justify-center bg-black/50"> |
|
|
<div |
|
|
<div |
|
|
className="bg-neutral-800 rounded-lg p-6 w-[520px] border border-neutral-700 shadow-xl" |
|
|
className="bg-neutral-800 rounded-lg p-6 w-[600px] border border-neutral-700 shadow-xl" |
|
|
onKeyDown={handleKeyDown} |
|
|
onKeyDown={handleKeyDown} |
|
|
> |
|
|
> |
|
|
<h2 className="text-lg font-semibold text-neutral-100 mb-4"> |
|
|
<h2 className="text-lg font-semibold text-neutral-100 mb-4"> |
|
|
|