Skip to content

Commit

Permalink
Adjust fullname styling to UI requirements (#775)
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Koch <[email protected]>
  • Loading branch information
sven1103 and KochTobi authored Aug 13, 2024
1 parent 40c0bb2 commit 39e38b2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ private void setUserNameAndFullName(String userName, String fullName) {
Span fullNameSpan = new Span(fullName);
Span userNameSpan = new Span(userName);
userNameSpan.addClassName("bold");
fullNameSpan.addClassName("secondary");
Span userNameAndFullName = new Span(userNameSpan, fullNameSpan);
userNameAndFullName.addClassName("user-name-and-full-name");
userInfoContent.add(userNameAndFullName);
Expand Down

0 comments on commit 39e38b2

Please sign in to comment.