Skip to content

Commit 93e4650

Browse files
committed
Not that rounded
1 parent 7df268c commit 93e4650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const FollowUpSuggest = ({
111111
<div key={`${suggestion.answer}-${ts}`} className="w-full relative group">
112112
<Button
113113
variant="outline"
114-
className="text-left whitespace-normal break-words w-full h-auto px-3 py-2 justify-start pr-8"
114+
className="text-left whitespace-normal break-words w-full h-auto px-3 py-2 justify-start pr-8 rounded-xl"
115115
onClick={(event) => handleSuggestionClick(suggestion, event)}
116116
aria-label={suggestion.answer}>
117117
{suggestion.answer}

0 commit comments

Comments
 (0)