mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
minor
This commit is contained in:
parent
12d08eb709
commit
9ba70cdc4a
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ const AddModelMenu = ({ onSubmit }: { onSubmit: () => void }) => {
|
|||
<div className='max-w-44 w-full border border-void-border-2 bg-void-bg-1 text-void-fg-3 text-root'>
|
||||
<VoidInputBox2
|
||||
placeholder='Model Name'
|
||||
className='mt-[2px] px-[6px] h-full w-full'
|
||||
ref={modelNameRef}
|
||||
multiline={false}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue