From 9d58a37cd636b3ca0d8b04ee423008421a6436c0 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Wed, 4 Sep 2024 11:52:52 +0100 Subject: [PATCH] color --- apps/ios/Shared/Views/ChatList/UserPicker.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Shared/Views/ChatList/UserPicker.swift b/apps/ios/Shared/Views/ChatList/UserPicker.swift index 9bb7ae67ca..543a84d707 100644 --- a/apps/ios/Shared/Views/ChatList/UserPicker.swift +++ b/apps/ios/Shared/Views/ChatList/UserPicker.swift @@ -145,7 +145,7 @@ struct UserPicker: View { Image(systemName: "chevron.right.circle") .resizable() .scaledToFit() - .foregroundColor(theme.colors.secondary.opacity(0.67)) + .foregroundColor(theme.colors.secondary.opacity(0.63)) .frame(width: 31, height: 31) .padding(1) .onTapGesture {