SideMenu: Use right font for the display name.

This commit is contained in:
SBiOSoftWhare
2021-06-24 15:50:06 +02:00
parent a9c3137d5a
commit aad7485d7a
@@ -107,6 +107,7 @@ final class SideMenuViewController: UIViewController {
self.userAvatarView.update(theme: theme)
self.userDisplayNameLabel.textColor = theme.textPrimaryColor
self.userDisplayNameLabel.font = theme.fonts.title3SB
self.userIdLabel.textColor = theme.textSecondaryColor
for sideMenuActionView in self.sideMenuActionViews {