bug fixes

This commit is contained in:
2024-10-24 21:47:30 +03:00
parent b9bf20b39b
commit d83bbd40a0
9 changed files with 21 additions and 34 deletions

View File

@@ -203,7 +203,7 @@ const Header = ({
"& .MuiTypography-root": {
fontSize: "12px",
fontWeight: 600,
color: hasUnreadDirects ? "var(--unread)" :"rgba(250, 250, 250, 0.5)"
color: hasUnreadGroups ? "var(--unread)" :"rgba(250, 250, 250, 0.5)"
},
}} primary="Hubs" />
</MenuItem>