Browse Source

Update icon alignment

Saoud Rizwan 1 year ago
parent
commit
0bcb0a923f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webview-ui/src/components/ChatView.tsx

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

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