Skip to content

Commit 3ad198b

Browse files
committed
Fix 'See less' style
1 parent 6eb648b commit 3ad198b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,11 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
267267
<div
268268
style={{
269269
cursor: "pointer",
270-
color: "var(--vscode-textLink-foreground)",
270+
color: "var(--vscode-badge-foreground)",
271+
fontSize: "11px",
271272
marginLeft: "auto",
272273
textAlign: "right",
273-
paddingRight: 2,
274+
paddingRight: 8,
274275
}}
275276
onClick={() => setIsTextExpanded(!isTextExpanded)}>
276277
See less

0 commit comments

Comments
 (0)