summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-10-31 17:02:44 +0000
committerDavid Hill <[email protected]>2025-10-31 17:02:44 +0000
commita529b0324d462967d4502555374aaac8b588113a (patch)
tree7716a73060902237ef62dfb0a0b86286900bc22f
parent16f5e16395544298a6638f6fc7831720a4ab878d (diff)
downloadopencode-a529b0324d462967d4502555374aaac8b588113a.tar.gz
opencode-a529b0324d462967d4502555374aaac8b588113a.zip
wip: Tweaking select styles
This ghost style is placeholder for now until we style this properly with an icon and all the states.
-rw-r--r--packages/desktop/src/components/prompt-input.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx
index f1c19388e..10487612b 100644
--- a/packages/desktop/src/components/prompt-input.tsx
+++ b/packages/desktop/src/components/prompt-input.tsx
@@ -365,6 +365,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
current={local.agent.current().name}
onSelect={local.agent.set}
class="capitalize"
+ variant="ghost"
/>
<SelectDialog
title="Select model"