change unread color

This commit is contained in:
2024-12-17 04:03:37 +02:00
parent ac7b00662f
commit 0f95f947ec
24 changed files with 56 additions and 57 deletions

View File

@@ -377,7 +377,7 @@ export const ChatList = ({
position: "absolute",
right: 20,
backgroundColor: "var(--unread)",
color: "white",
color: "black",
padding: "10px 20px",
borderRadius: "20px",
cursor: "pointer",