mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 09:48:47 -04:00
Adjust chat message text color based on sender identity
This commit is contained in:
@@ -136,7 +136,7 @@ export function ChatMessageItem(props: {
|
||||
size={'sm'}
|
||||
content={chat.content}
|
||||
key={chat.id}
|
||||
className={'!text-ink-1000'}
|
||||
className={isMe ? '!text-ink-900' : '!text-ink-700'}
|
||||
/>
|
||||
</div>
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user