mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
remove top padding from edit project dialog form
This commit is contained in:
parent
7b336add88
commit
6ed656a615
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ export function DialogEditProject(props: { project: LocalProject }) {
|
|||
|
||||
return (
|
||||
<Dialog title="Edit project" class="w-full max-w-[480px] mx-auto">
|
||||
<form onSubmit={handleSubmit} class="flex flex-col gap-6 p-6">
|
||||
<form onSubmit={handleSubmit} class="flex flex-col gap-6 p-6 pt-0">
|
||||
<div class="flex flex-col gap-4">
|
||||
<TextField
|
||||
autofocus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue