feat: username colour

This commit is contained in:
julius 2025-03-14 14:00:44 +01:00
parent a663b34500
commit 719c57200d
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

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();