SideMenuViewController: Update UI and add container view for space list.

This commit is contained in:
SBiOSoftWhare
2021-07-01 00:20:06 +02:00
parent bd5c422e0e
commit 8dde57a6d9
2 changed files with 74 additions and 103 deletions
@@ -29,8 +29,8 @@ final class SideMenuViewController: UIViewController {
// MARK: - Properties
// MARK: Outlets
@IBOutlet private weak var scrollView: UIScrollView!
@IBOutlet weak var spaceListContainerView: UIView!
// User info
@IBOutlet private weak var userAvatarView: UserAvatarView!
@@ -103,7 +103,7 @@ final class SideMenuViewController: UIViewController {
theme.applyStyle(onNavigationBar: navigationBar)
}
self.view.backgroundColor = theme.headerBackgroundColor
self.view.backgroundColor = theme.colors.background
self.userAvatarView.update(theme: theme)
self.userDisplayNameLabel.textColor = theme.textPrimaryColor