SideMenu: Use right font for the display name.

This commit is contained in:
SBiOSoftWhare
2021-06-24 15:50:06 +02:00
parent 3d142f3ca5
commit b9574e2342
@@ -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 {