diff options
| author | David Hill <[email protected]> | 2026-01-20 21:06:45 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-20 21:08:50 +0000 |
| commit | ecd28fd52024c431223c0267370b07498419c3d0 (patch) | |
| tree | fc8c3af0501dc779a85c3dc76b8f6c6341453e25 /packages/app | |
| parent | bf9047ccd15a7028de48641e564964ebb5d8f411 (diff) | |
| download | opencode-ecd28fd52024c431223c0267370b07498419c3d0.tar.gz opencode-ecd28fd52024c431223c0267370b07498419c3d0.zip | |
fix: prompt agent button style
Diffstat (limited to 'packages/app')
| -rw-r--r-- | packages/app/src/components/prompt-input.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/app/src/components/prompt-input.tsx b/packages/app/src/components/prompt-input.tsx index 072ef0bdd..e05b6646b 100644 --- a/packages/app/src/components/prompt-input.tsx +++ b/packages/app/src/components/prompt-input.tsx @@ -1583,6 +1583,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => { onSelect={local.agent.set} class="capitalize" variant="ghost" + triggerVariant="button" /> </TooltipKeybind> <Show |
