Skip to content

Commit 3fe1b83

Browse files
committed
Polish agent command styling
1 parent cc21d2a commit 3fe1b83

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

anycode/components/agent/AcpInput.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
background: rgba(45, 45, 45, 0.25);
212212
backdrop-filter: blur(2px);
213213
-webkit-backdrop-filter: blur(2px);
214-
color: var(--text-color, #fff);
214+
color: var(--theme-accent-background, #3c3c3c);
215215
border: none;
216216
padding: 0px;
217217
border-radius: 50%;

anycode/components/agent/AcpMessage.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@
472472
}
473473

474474
.acp-tool-call-command {
475-
white-space: nowrap;
476475
overflow: hidden;
477476
text-overflow: ellipsis;
478477
word-break: normal;

0 commit comments

Comments
 (0)