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

This commit is contained in:
Matt Rubens 2025-03-23 23:15:00 -04:00 committed by GitHub
parent f07c7e6f0c
commit 29d7846701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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