Browse Source

Update suggestion button variant to make it work in all themes (#1932)

Matt Rubens 9 months ago
parent
commit
29d7846701
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webview-ui/src/components/chat/FollowUpSuggest.tsx

+ 1 - 1
webview-ui/src/components/chat/FollowUpSuggest.tsx

@@ -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}>