fix: remove blue border from prompt input

This commit is contained in:
David Hill 2025-12-15 13:11:09 +00:00
parent ed6d749104
commit ea65a91b2e

View file

@ -580,7 +580,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
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-select": true,
"rounded-md overflow-clip focus-within:border-transparent focus-within:shadow-xs-border": true,
[props.class ?? ""]: !!props.class,
}}
>