Skip to content

Commit b9a280c

Browse files
committed
Improved placeholder styling
1 parent 8f7ac57 commit b9a280c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,10 +1133,10 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
11331133

11341134
{!inputValue && !isEditMode && (
11351135
<div
1136-
className="absolute left-2 z-30 pr-9 flex items-center h-8"
1136+
className="absolute left-2 z-30 pr-9 flex items-center h-8 font-vscode-font-family text-vscode-editor-font-size leading-vscode-editor-line-height"
11371137
style={{
11381138
bottom: "0.25rem",
1139-
color: "var(--vscode-tab-inactiveForeground)",
1139+
color: "color-mix(in oklab, var(--vscode-input-foreground) 50%, transparent)",
11401140
userSelect: "none",
11411141
pointerEvents: "none",
11421142
}}>

0 commit comments

Comments
 (0)