diff --git a/apps/kimi-web/src/components/Composer.vue b/apps/kimi-web/src/components/Composer.vue index 128cdb76f..25a602f50 100644 --- a/apps/kimi-web/src/components/Composer.vue +++ b/apps/kimi-web/src/components/Composer.vue @@ -1465,7 +1465,7 @@ function selectModel(modelId: string): void { gap: 6px; } - /* Send → 36px round */ + /* Send → 36px round (hide the SVG arrow, show only the ::after glyph) */ .send { width: 36px; height: 36px; @@ -1476,6 +1476,9 @@ function selectModel(modelId: string): void { align-self: flex-end; position: relative; } + .send svg { + display: none; + } .send::after { content: "↑"; font-size: 17px;