summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-12-15 13:11:09 +0000
committerDavid Hill <[email protected]>2025-12-15 13:11:09 +0000
commitea65a91b2ed06294f781cca9822b4d58c08fa301 (patch)
tree3e6c9de38ffb81e567223840f18b399905acaa85
parented6d74910443c809f96eaed38a7b3147f0c47c2b (diff)
downloadopencode-ea65a91b2ed06294f781cca9822b4d58c08fa301.tar.gz
opencode-ea65a91b2ed06294f781cca9822b4d58c08fa301.zip
fix: remove blue border from prompt input
-rw-r--r--packages/desktop/src/components/prompt-input.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx
index 296fe8b2f..3d595840b 100644
--- a/packages/desktop/src/components/prompt-input.tsx
+++ b/packages/desktop/src/components/prompt-input.tsx
@@ -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,
}}
>