Przeglądaj źródła

Update icon alignment

Saoud Rizwan 1 rok temu
rodzic
commit
63f3589f89
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      webview-ui/src/components/ChatView.tsx

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

@@ -676,7 +676,7 @@ const ChatView = ({
 						style={{ marginRight: "2px" }}>
 						<span
 							className="codicon codicon-device-camera"
-							style={{ fontSize: 18, marginLeft: -2, marginTop: -2 }}></span>
+							style={{ fontSize: 18, marginLeft: -2, marginTop: -3 }}></span>
 					</VSCodeButton>
 					<VSCodeButton
 						disabled={textAreaDisabled}