feat: username colour

This commit is contained in:
2025-03-14 14:00:44 +01:00
parent a663b34500
commit 719c57200d

View File

@@ -125,7 +125,7 @@ export default function Avatar() {
<div
className="avatar"
onContextMenu={handleMenuClick}
style={{ display: user ? "block" : "none", color: "black" }}
style={{ display: user ? "block" : "none" }}
onClick={(event) => {
if (contextMenu.open && event.target === avatarRef.current) {
handleMenuClose();