Saoud Rizwan 1 سال پیش
والد
کامیت
98ea81b8a2
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      package.json
  2. 1 1
      webview-ui/src/components/ChatView.tsx

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "claude-dev",
   "displayName": "Claude Dev",
   "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.",
-  "version": "1.5.9",
+  "version": "1.5.10",
   "icon": "icon.png",
   "engines": {
     "vscode": "^1.84.0"

+ 1 - 1
webview-ui/src/components/ChatView.tsx

@@ -679,7 +679,7 @@ const ChatView = ({
 							appearance="icon"
 							aria-label="Send Message"
 							onClick={handleSendMessage}>
-							<span className="codicon codicon-send" style={{ fontSize: 16, marginBottom: -0.5 }}></span>
+							<span className="codicon codicon-send" style={{ fontSize: 16, marginBottom: -1 }}></span>
 						</VSCodeButton>
 					</div>
 				</div>