From 59fb8a3c0f857227132e43777bdd95af212e3c06 Mon Sep 17 00:00:00 2001
From: trashtemp <96388163+trashtemp@users.noreply.github.com>
Date: Sat, 15 Jan 2022 23:00:12 +0100
Subject: [PATCH] fix(userprofile): entry style touch up
---
src/context/intermediate/popovers/UserProfile.module.scss | 5 +++--
src/context/intermediate/popovers/UserProfile.tsx | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
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}