Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit ea65a91

Browse files
committed
fix: remove blue border from prompt input
1 parent ed6d749 commit ea65a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/desktop/src/components/prompt-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
580580
onSubmit={handleSubmit}
581581
classList={{
582582
"bg-surface-raised-stronger-non-alpha border border-border-strong-base": true,
583-
"rounded-md overflow-clip focus-within:border-transparent focus-within:shadow-xs-border-select": true,
583+
"rounded-md overflow-clip focus-within:border-transparent focus-within:shadow-xs-border": true,
584584
[props.class ?? ""]: !!props.class,
585585
}}
586586
>

0 commit comments

Comments
 (0)