diff options
| author | Adam <[email protected]> | 2025-10-31 15:37:45 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-31 15:37:50 -0500 |
| commit | 342aa27e03dd0db02b60a15a1779254bce395e19 (patch) | |
| tree | b735062a9fe1c673be733aa861876cfbc94b212d /packages/desktop/src/components/prompt-input.tsx | |
| parent | e1aed0cd01d23e433519621f8d21c0a8ffa3977d (diff) | |
| download | opencode-342aa27e03dd0db02b60a15a1779254bce395e19.tar.gz opencode-342aa27e03dd0db02b60a15a1779254bce395e19.zip | |
wip: desktop work
Diffstat (limited to 'packages/desktop/src/components/prompt-input.tsx')
| -rw-r--r-- | packages/desktop/src/components/prompt-input.tsx | 2 |
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 10487612b..9b2c10df7 100644 --- a/packages/desktop/src/components/prompt-input.tsx +++ b/packages/desktop/src/components/prompt-input.tsx @@ -334,7 +334,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => { onSubmit={handleSubmit} classList={{ "bg-surface-raised-stronger-non-alpha border border-border-strong-base": true, - "rounded-2xl overflow-clip focus-within:shadow-xs-border-selected": true, + "rounded-2xl overflow-clip focus-within:border-transparent focus-within:shadow-xs-border-select": true, [props.class ?? ""]: !!props.class, }} > |
