Update icon alignment

This commit is contained in:
Saoud Rizwan
2024-09-02 05:05:28 -04:00
parent 2e3264225f
commit 0bcb0a923f

View File

@@ -669,7 +669,7 @@ 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 }}></span> style={{ fontSize: 18, marginLeft: -2, marginBottom: 1 }}></span>
</VSCodeButton> </VSCodeButton>
<VSCodeButton <VSCodeButton
disabled={textAreaDisabled} disabled={textAreaDisabled}