From 84197a76719b9c77a5f11b81a6eddd61d6cb4713 Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 27 Aug 2024 09:10:06 +0100 Subject: [PATCH] thin bullet icon --- apps/ios/Shared/Views/ChatList/UserPicker.swift | 1 + result | 1 + 2 files changed, 2 insertions(+) create mode 120000 result 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