fix: prompt input using border shadow

pull/5560/head
David Hill 2025-12-15 14:14:10 +00:00
parent bb426112ed
commit d43fbec12d
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,
}}
>