mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix 'See less' style
This commit is contained in:
parent
6eb648bb3a
commit
3ad198b8e6
1 changed files with 3 additions and 2 deletions
|
|
@ -267,10 +267,11 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
|
|||
<div
|
||||
style={{
|
||||
cursor: "pointer",
|
||||
color: "var(--vscode-textLink-foreground)",
|
||||
color: "var(--vscode-badge-foreground)",
|
||||
fontSize: "11px",
|
||||
marginLeft: "auto",
|
||||
textAlign: "right",
|
||||
paddingRight: 2,
|
||||
paddingRight: 8,
|
||||
}}
|
||||
onClick={() => setIsTextExpanded(!isTextExpanded)}>
|
||||
See less
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue