Saoud Rizwan преди 1 година
родител
ревизия
aa2d964c37
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      webview-ui/src/components/ChatView.tsx

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

@@ -676,14 +676,14 @@ const ChatView = ({
 						style={{ marginRight: "2px" }}>
 						style={{ marginRight: "2px" }}>
 						<span
 						<span
 							className="codicon codicon-device-camera"
 							className="codicon codicon-device-camera"
-							style={{ fontSize: 18, marginLeft: -2, marginTop: -1.5 }}></span>
+							style={{ fontSize: 18, marginLeft: -2, marginTop: -2 }}></span>
 					</VSCodeButton>
 					</VSCodeButton>
 					<VSCodeButton
 					<VSCodeButton
 						disabled={textAreaDisabled}
 						disabled={textAreaDisabled}
 						appearance="icon"
 						appearance="icon"
 						aria-label="Send Message"
 						aria-label="Send Message"
 						onClick={handleSendMessage}>
 						onClick={handleSendMessage}>
-						<span className="codicon codicon-send" style={{ fontSize: 16, marginTop: 1.5 }}></span>
+						<span className="codicon codicon-send" style={{ fontSize: 16, marginTop: 2 }}></span>
 					</VSCodeButton>
 					</VSCodeButton>
 				</div>
 				</div>
 			</div>
 			</div>