diff --git a/static/src/components/input/InputComposer.vue b/static/src/components/input/InputComposer.vue index ffbc2ced..3b8b4b37 100644 --- a/static/src/components/input/InputComposer.vue +++ b/static/src/components/input/InputComposer.vue @@ -320,10 +320,6 @@ :aria-expanded="agentTypeMenuOpen" aria-haspopup="true" > - {{ agentTypeLabel }} diff --git a/static/src/styles/components/input/_composer.scss b/static/src/styles/components/input/_composer.scss index 747a760c..ff1d87d4 100644 --- a/static/src/styles/components/input/_composer.scss +++ b/static/src/styles/components/input/_composer.scss @@ -1539,11 +1539,6 @@ body[data-theme='light'] { cursor: default; } -.agent-type-switcher__icon { - color: var(--text-secondary); - flex-shrink: 0; -} - .agent-type-switcher__caret { font-size: 13px; color: var(--text-secondary);