semibold selection

This commit is contained in:
Diogo
2024-12-13 22:08:38 +00:00
parent b20408c844
commit b3d67fd0e7
@@ -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 {