mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
fix(userprofile): entry style touch up
This commit is contained in:
parent
e6684b8f78
commit
59fb8a3c0f
2 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -371,6 +371,7 @@ export const UserProfile = observer(
|
|||
<UserIcon
|
||||
size={32}
|
||||
target={x}
|
||||
status
|
||||
/>
|
||||
<span>{x.username}</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue