fix: prompt input using border shadow

thinking-toggle-wip
David Hill 2025-12-15 14:14:10 +00:00 committed by Aiden Cline
parent 9a4e7319df
commit cd76512659
1 changed files with 2 additions and 2 deletions

View File

@ -579,8 +579,8 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
<form
onSubmit={handleSubmit}
classList={{
"bg-surface-raised-stronger-non-alpha border border-border-strong-base": true,
"rounded-md overflow-clip focus-within:border-transparent focus-within:shadow-xs-border": true,
"bg-surface-raised-stronger-non-alpha shadow-xs-border": true,
"rounded-md overflow-clip focus-within:shadow-xs-border": true,
[props.class ?? ""]: !!props.class,
}}
>