mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update History Selection Mode button spacing (#2196)
This commit is contained in:
parent
9255dc5df9
commit
e189b265ca
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ const HistoryView = ({ onDone }: HistoryViewProps) => {
|
|||
: `${t("history:enterSelectionMode")}`
|
||||
}>
|
||||
<span
|
||||
className={`codicon ${isSelectionMode ? "codicon-check-all" : "codicon-checklist"}`}
|
||||
className={`codicon ${isSelectionMode ? "codicon-check-all" : "codicon-checklist"} mr-1`}
|
||||
/>
|
||||
{isSelectionMode ? t("history:exitSelection") : t("history:selectionMode")}
|
||||
</VSCodeButton>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue