mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
fix(site): render username with content-primary, not white (#22172)
This commit is contained in:
@@ -50,7 +50,7 @@ export const UserDropdownContent: FC<UserDropdownContentProps> = ({
|
||||
>
|
||||
<Link to="/settings/account">
|
||||
<div className="flex flex-col">
|
||||
<span className="text-white">{user.username}</span>
|
||||
<span className="text-content-primary">{user.username}</span>
|
||||
<span className="text-xs font-semibold">{user.email}</span>
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user