feat: username colour
This commit is contained in:
parent
a663b34500
commit
719c57200d
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user