Minor UI changes; update copy

This commit is contained in:
Saoud Rizwan
2024-08-16 23:36:39 -04:00
parent 5b944b80e2
commit 38f98951d0
8 changed files with 38 additions and 33 deletions

View File

@@ -618,15 +618,17 @@ const ChatView = ({
appearance="icon"
aria-label="Attach Images"
onClick={selectImages}
style={{ marginRight: "4px" }}>
<span className="codicon codicon-device-camera" style={{ fontSize: 18, marginLeft: -2 }}></span>
style={{ marginRight: "2px" }}>
<span
className="codicon codicon-device-camera"
style={{ fontSize: 18, marginLeft: -2, marginTop: -0.5 }}></span>
</VSCodeButton>
<VSCodeButton
disabled={textAreaDisabled}
appearance="icon"
aria-label="Send Message"
onClick={handleSendMessage}>
<span className="codicon codicon-send" style={{ fontSize: 15.5, marginBottom: -1 }}></span>
<span className="codicon codicon-send" style={{ fontSize: 16 }}></span>
</VSCodeButton>
</div>
</div>