diff --git a/SessionUIKit/Components/ProfilePictureView.swift b/SessionUIKit/Components/ProfilePictureView.swift index 60703d805..e8b9350a6 100644 --- a/SessionUIKit/Components/ProfilePictureView.swift +++ b/SessionUIKit/Components/ProfilePictureView.swift @@ -393,7 +393,7 @@ public final class ProfilePictureView: UIView { withConfiguration: UIImage.SymbolConfiguration(weight: .semibold) ) imageView.themeTintColor = .black - backgroundView.themeBackgroundColorForced = .primary(.green) + backgroundView.themeBackgroundColor = .primary } }