fix: remove blue border from prompt input
parent
ed6d749104
commit
ea65a91b2e
|
|
@ -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,
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue