mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Tweak the style of the follow up suggestion modes (#9260)
This commit is contained in:
parent
7f2978abad
commit
2d22804d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ export const FollowUpSuggest = ({
|
|||
</p>
|
||||
)}
|
||||
{suggestion.mode && (
|
||||
<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">
|
||||
<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">
|
||||
<span className="codicon codicon-arrow-right" style={{ fontSize: "8px" }} />
|
||||
{suggestion.mode}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue