Skip to content

Commit 8dc2fa8

Browse files
Fix conversation list white-on-white text visibility
- Added color: #374151 to .conversation-item for default text color - Added color to .conversation-status elements - Fixes conversation list items being invisible due to white text
1 parent add0afa commit 8dc2fa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/src/components/ConversationManager.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
display: flex;
119119
justify-content: space-between;
120120
align-items: flex-start;
121+
color: #374151;
121122
}
122123

123124
.conversation-item:hover {
@@ -149,6 +150,7 @@
149150
margin-bottom: 5px;
150151
font-size: 14px;
151152
font-weight: 500;
153+
color: #374151;
152154
}
153155

154156
.status-indicator {

0 commit comments

Comments
 (0)