From 22303f245858c5aaddbf4a7a0dbc7626357f54a9 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Thu, 25 May 2023 08:42:27 +1000 Subject: [PATCH] Colour tweak --- SessionUIKit/Components/ProfilePictureView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }