Skip to content

Commit

Permalink
docs: remove conflicting text color from incoming chat bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
usernein committed Jan 29, 2024
1 parent b63e49b commit f0daf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/ChatSimulator/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const ChatMessage = ({message, outgoing}) => {
<div className={"bg-orange-300 h-full w-full font-bold text-black justify-center flex items-center"}>BOT</div>
</div>
</div>
<div className="chat-bubble text-[var(--ifm-font-color-base-inverse)] bg-[var(--ifm-color-primary-light)] text-white">{innerBubble}</div>
<div className="chat-bubble text-[var(--ifm-font-color-base-inverse)] bg-[var(--ifm-color-primary-light)]">{innerBubble}</div>
</div>
)
}
Expand Down

0 comments on commit f0daf9f

Please sign in to comment.