From b3d67fd0e7cca7f7f71732fc0d47ab99b367b6ee Mon Sep 17 00:00:00 2001 From: Diogo Date: Fri, 13 Dec 2024 22:08:38 +0000 Subject: [PATCH] semibold selection --- apps/ios/Shared/Views/ChatList/ChatListView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ios/Shared/Views/ChatList/ChatListView.swift b/apps/ios/Shared/Views/ChatList/ChatListView.swift index 165c74c97b..850c007f67 100644 --- a/apps/ios/Shared/Views/ChatList/ChatListView.swift +++ b/apps/ios/Shared/Views/ChatList/ChatListView.swift @@ -714,8 +714,8 @@ struct ChatTagsView: View { HStack(spacing: 4) { Text(emoji) ZStack { - Text(text).fontWeight(.medium).foregroundColor(.clear) - Text(text).fontWeight(current ? .medium : .regular).foregroundColor(color) + Text(text).fontWeight(.semibold).foregroundColor(.clear) + Text(text).fontWeight(current ? .semibold : .regular).foregroundColor(color) } } .onTapGesture {