File tree Expand file tree Collapse file tree
packages/app/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1214,15 +1214,15 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
12141214 onKeyDown = { handleKeyDown }
12151215 classList = { {
12161216 "select-text" : true ,
1217- "w-full pl-3 pr-2 pt-2 pb-[76px ] text-14-regular text-text-strong focus:outline-none whitespace-pre-wrap" : true ,
1217+ "w-full pl-3 pr-2 pt-2 pb-[52px ] text-14-regular text-text-strong focus:outline-none whitespace-pre-wrap" : true ,
12181218 "[&_[data-type=file]]:text-syntax-property" : true ,
12191219 "[&_[data-type=agent]]:text-syntax-type" : true ,
12201220 "font-mono!" : store . mode === "shell" ,
12211221 } }
12221222 />
12231223 < Show when = { ! prompt . dirty ( ) } >
12241224 < div
1225- class = "absolute top-0 inset-x-0 pl-3 pr-2 pt-2 pb-[76px ] text-14-regular text-text-weak pointer-events-none whitespace-nowrap truncate"
1225+ class = "absolute top-0 inset-x-0 pl-3 pr-2 pt-2 pb-[52px ] text-14-regular text-text-weak pointer-events-none whitespace-nowrap truncate"
12261226 classList = { { "font-mono!" : store . mode === "shell" } }
12271227 >
12281228 { placeholder ( ) }
You can’t perform that action at this time.
0 commit comments