Skip to content

Commit

Permalink
🔄✏️ Correcting a previous mistake by reverting to the original style.
Browse files Browse the repository at this point in the history
  • Loading branch information
nunniii committed Oct 8, 2024
1 parent 4268501 commit cd7d69f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/components/Chats/Chats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ const Chat = ({ socket, roomId, userName, setShowChat, isVisible }) => {
xl:w-52 mb-0.5 justify-center w-[full] "
>
<span
className="text-center rounded-sm bg-ChatBg font-roboto text-xs xl:text-xs font-normal w-[75%] p-1 shadow-[0_0_2px_rgba(0,0,0,0.3)]"
className="text-center text-ChatText font-Roboto text-xs xl:text-xs
font-Normal w-[75%]"
>
Messages can only be seen by people in the call and are deleted
when the call ends.
Expand Down

0 comments on commit cd7d69f

Please sign in to comment.