Skip to content

Commit 1e77b9f

Browse files
committed
style(chat): consistent, visible message bubbles (user was an invisible outline)
1 parent 1e4f197 commit 1e77b9f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/ui/src/components/message-part.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
white-space: pre-wrap;
7777
word-break: break-word;
7878
overflow: hidden;
79-
background: var(--surface-weak);
80-
border: 1px solid var(--border-weak-base);
79+
background: var(--surface-raised-base);
80+
border: 1px solid var(--border-base);
8181
padding: 10px 14px;
8282
border-radius: 14px;
8383

frontend/ui/src/components/session-turn.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
[data-slot="session-turn-response"] {
223223
position: relative;
224224
width: 100%;
225-
border: 1px solid var(--border-weak-base);
225+
border: 1px solid var(--border-base);
226226
border-radius: 14px;
227227
padding: 16px 18px;
228228
background: var(--surface-raised-base);

0 commit comments

Comments
 (0)