Skip to content

Commit 70a7ee1

Browse files
committed
fix: improve failed message error text readability in dark mode chat bubbles
1 parent 1ad4179 commit 70a7ee1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

frontend/src/assets/index.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
--muted-foreground: 0 0% 45%;
5959
--accent: 0 0% 96%;
6060
--accent-foreground: 0 0% 9%;
61-
--destructive: 0 84% 60%;
61+
--destructive: 0 72% 51%;
6262
--destructive-foreground: 0 0% 100%;
6363
--border: 0 0% 90%;
6464
--input: 0 0% 90%;
@@ -319,6 +319,16 @@
319319
color: #e9edef;
320320
}
321321

322+
.chat-bubble-outgoing .text-destructive {
323+
color: #fd7878fc;
324+
font-size: 0.80rem;
325+
}
326+
327+
.light .chat-bubble-outgoing .text-destructive {
328+
color: #dc2626;
329+
font-size: 0.80rem;
330+
}
331+
322332
/* Time and status */
323333
.chat-bubble-time {
324334
@apply text-[10px] mt-1 flex items-center gap-1.5 float-right;

0 commit comments

Comments
 (0)