diff --git a/src/context/intermediate/popovers/UserProfile.module.scss b/src/context/intermediate/popovers/UserProfile.module.scss
index 0e99dd90..d3c9475c 100644
--- a/src/context/intermediate/popovers/UserProfile.module.scss
+++ b/src/context/intermediate/popovers/UserProfile.module.scss
@@ -141,14 +141,15 @@
}
.entry {
- gap: 8px;
+ gap: 12px;
+ font-weight: 500;
min-width: 0;
padding: 12px;
display: flex;
cursor: pointer;
align-items: center;
transition: background-color 0.1s;
- color: var(--secondary-foreground);
+ color: var(--foreground);
border-radius: var(--border-radius);
background-color: var(--secondary-background);
diff --git a/src/context/intermediate/popovers/UserProfile.tsx b/src/context/intermediate/popovers/UserProfile.tsx
index 32ce465c..37c78f5b 100644
--- a/src/context/intermediate/popovers/UserProfile.tsx
+++ b/src/context/intermediate/popovers/UserProfile.tsx
@@ -371,6 +371,7 @@ export const UserProfile = observer(
{x.username}