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 {