We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad4179 commit 70a7ee1Copy full SHA for 70a7ee1
frontend/src/assets/index.css
@@ -58,7 +58,7 @@
58
--muted-foreground: 0 0% 45%;
59
--accent: 0 0% 96%;
60
--accent-foreground: 0 0% 9%;
61
- --destructive: 0 84% 60%;
+ --destructive: 0 72% 51%;
62
--destructive-foreground: 0 0% 100%;
63
--border: 0 0% 90%;
64
--input: 0 0% 90%;
@@ -319,6 +319,16 @@
319
color: #e9edef;
320
}
321
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
330
331
332
/* Time and status */
333
.chat-bubble-time {
334
@apply text-[10px] mt-1 flex items-center gap-1.5 float-right;
0 commit comments