Skip to content

Commit 2d22804

Browse files
authored
Tweak the style of the follow up suggestion modes (#9260)
1 parent 7f2978a commit 2d22804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const FollowUpSuggest = ({
135135
</p>
136136
)}
137137
{suggestion.mode && (
138-
<div className="absolute bottom-0 right-0 text-[10px] bg-vscode-badge-background text-vscode-badge-foreground px-1 py-0.5 border border-vscode-badge-background flex items-center gap-0.5">
138+
<div className="absolute bottom-0 right-0 text-[10px] text-vscode-badge-foreground pl-1 pr-2.5 pt-0.5 pb-1.5 flex items-center gap-0.5 bg-transparent rounded-xl">
139139
<span className="codicon codicon-arrow-right" style={{ fontSize: "8px" }} />
140140
{suggestion.mode}
141141
</div>

0 commit comments

Comments
 (0)