Skip to content

Commit add0afa

Browse files
Fix white-on-white text visibility issue
- Added color: #374151 to .detail-row elements - Added color to .event-message and .event-content elements - Fixes conversation details being invisible due to white text on white background
1 parent b72c3cb commit add0afa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/src/components/ConversationManager.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@
344344
display: flex;
345345
align-items: center;
346346
gap: 8px;
347+
color: #374151;
347348
}
348349

349350
.detail-row strong {
@@ -401,6 +402,7 @@
401402
border-radius: 4px;
402403
font-size: 13px;
403404
line-height: 1.4;
405+
color: #374151;
404406
}
405407

406408
/* Events and Messages Styles */
@@ -469,6 +471,7 @@
469471
.event-content {
470472
font-size: 13px;
471473
line-height: 1.4;
474+
color: #374151;
472475
}
473476

474477
.message-content {

0 commit comments

Comments
 (0)