Skip to content

Commit

Permalink
fix: can't read bad word warning text in light mode (#627)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyson Thurman <[email protected]>
Co-authored-by: Tyson Thurman <[email protected]>
  • Loading branch information
3 people authored Jul 18, 2024
1 parent 58396be commit c6f0687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ const Chat = () => {
}`}
>
{containsBadword && !isSender && !badwordChoices[id] ? (
<div className="flex flex-col border-red border w-full rounded-r-md p-3">
<div className="dark:text-white text-black flex flex-col border-red border w-full rounded-r-md p-3">
<p>Your buddy is trying to send you a bad word</p>
<div className="flex w-full gap-6">
<span
Expand Down

0 comments on commit c6f0687

Please sign in to comment.