mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update suggestion button variant to make it work in all themes (#1932)
This commit is contained in:
parent
f07c7e6f0c
commit
29d7846701
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const FollowUpSuggest = ({ suggestions = [], onSuggestionClick, ts = 1 }: Follow
|
|||
{suggestions.map((suggestion) => (
|
||||
<div key={`${suggestion}-${ts}`} className="w-full">
|
||||
<Button
|
||||
variant="outline"
|
||||
variant="secondary"
|
||||
className="w-full text-left whitespace-normal break-words h-auto min-h-[28px] py-2 justify-start"
|
||||
onClick={() => handleSuggestionClick(suggestion)}
|
||||
aria-label={suggestion}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue