diff --git a/apps/ios/Shared/Views/ChatList/UserPicker.swift b/apps/ios/Shared/Views/ChatList/UserPicker.swift index c1a44241b1..4309a4b4fd 100644 --- a/apps/ios/Shared/Views/ChatList/UserPicker.swift +++ b/apps/ios/Shared/Views/ChatList/UserPicker.swift @@ -47,6 +47,7 @@ struct UserPicker: View { .resizable() .foregroundColor(theme.colors.secondary) .accentColor(theme.colors.secondary) + .font(.system(size: 32, weight: .thin)) .frame(width: 32, height: 32) .onTapGesture { showSettings = false diff --git a/result b/result new file mode 120000 index 0000000000..97ab41c401 --- /dev/null +++ b/result @@ -0,0 +1 @@ +/nix/store/dr9wxybs2dx9b75zcinlp6kdqaw7cdh9-simplex-chat-lib-simplex-chat-6.1.0.0 \ No newline at end of file